Skip to content

Commit

Permalink
added maximum numpy version to requirements to avoid issues with curr…
Browse files Browse the repository at this point in the history
…ent numba version.
  • Loading branch information
swagnercarena committed Oct 27, 2023
1 parent be74107 commit 594e346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ astropy>=4.0.0
colossus
drizzle>=1.13.3
lenstronomy>=1.6.0
numpy>=1.13
numpy>=1.13,<=1.24
scipy>=1.7
tqdm>=4.42.1
pandas>=1.0.1
numba>=0.52.0
matplotlib>=3.3.3
pyyaml
h5py
h5py

0 comments on commit 594e346

Please sign in to comment.