Skip to content

Commit

Permalink
a future version of setuptools will (for now) be incompatible, so pin…
Browse files Browse the repository at this point in the history
…ning max version
  • Loading branch information
rieder committed Apr 24, 2024
1 parent 2e07397 commit 44b27f0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
setuptools>=65
setuptools_scm>=6
wheel>=0.30
docutils>=0.18
numpy>=1.18
pytest>=3.0
mpi4py>=3.0
h5py>=3.0
# These are requirements for the AMUSE framework. Other versions *might* be ok.
setuptools >= 65, < 70
setuptools_scm >= 6
wheel >= 0.30
docutils >= 0.18
numpy >= 1.18
pytest >= 3.0
mpi4py >= 3.0
h5py >= 3.0

0 comments on commit 44b27f0

Please sign in to comment.