Skip to content

Commit

Permalink
CI: Bump some versions to allow Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Nov 1, 2024
1 parent 2b219ce commit 8a0285c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ci/doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sphinx==5.2.3
sphinx_rtd_theme==1.0.0
sphinx-gallery==0.11.1
myst-parser==0.18.1
netCDF4==1.6.1
netCDF4==1.6.5
2 changes: 1 addition & 1 deletion ci/extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
xarray==0.20.2
xarray==2023.8.0
10 changes: 5 additions & 5 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4>=4.6
numpy==1.21.5
pandas==1.3.5
protobuf==3.20.1
beautifulsoup4==4.9.1
numpy==1.26.0
pandas==2.1.2
protobuf==4.24.3
requests==2.28.1
importlib_metadata<5.0
importlib_metadata==6.0
8 changes: 4 additions & 4 deletions ci/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.1.3
netCDF4==1.6.1
coverage==6.4.4
vcrpy==4.2.1
pytest==7.2.0
netCDF4==1.6.5
coverage==7.3.1
vcrpy==5.1.0

0 comments on commit 8a0285c

Please sign in to comment.