Skip to content

Commit

Permalink
requirement adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMakus committed Jan 15, 2024
1 parent e85b243 commit f6fe047
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- geographiclib==2.0
- h5py<=3.9.0
- h5py==3.9.0
- matplotlib<=3.7.2
- mpi4py<=3.1.4
- numpy<=1.25.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Broader requirements are specified in the environment.yml

geographiclib
h5py <=3.9.0
h5py ==3.9.0
matplotlib <=3.7.2
mpi4py<=3.1.4
numpy<=1.25.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package_dir =
python_requires = >=3.10
install_requires =
geographiclib==2.0
h5py <=3.9.0
h5py ==3.9.0
matplotlib <=3.7.2
mpi4py <=3.1.4
numpy <=1.25.2
Expand Down

0 comments on commit f6fe047

Please sign in to comment.