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 20739dc commit 0ee9a06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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==2022.3.0
8 changes: 4 additions & 4 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
beautifulsoup4==4.9.1
numpy==1.26.0
pandas==2.1.2
protobuf==3.20.1
requests==2.28.1
importlib_metadata<5.0
importlib_metadata==6.0
6 changes: 3 additions & 3 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
pytest==7.2.0
netCDF4==1.6.5
coverage==6.4.4
vcrpy==4.2.1
vcrpy==5.1.0

0 comments on commit 0ee9a06

Please sign in to comment.