Skip to content

Commit

Permalink
Bump Python dependencies (#84)
Browse files Browse the repository at this point in the history
Impose a lower limit on Python package version based on Ubuntu 22.04.
Prevent the installation of NumPy 2.0, which is not officially
supported by ESPResSo yet.
  • Loading branch information
jngrad authored Aug 17, 2024
1 parent 3fd6ba3 commit b441d5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
numpy>=1.23
numpy>=1.23,<2.0
pandas>=1.5.3
pint>=0.20.01
pint-pandas>=0.3
biopandas==0.5.1.dev0
scipy
matplotlib
tqdm
scipy>=1.8.0
matplotlib>=3.5.1
tqdm>=4.57.0

0 comments on commit b441d5a

Please sign in to comment.