Skip to content

Commit

Permalink
Merge pull request #632 from BradleySappington/numexpr_version
Browse files Browse the repository at this point in the history
min pin numexpr
  • Loading branch information
BradleySappington authored Aug 13, 2024
2 parents cc12e5c + a74a388 commit 6c46637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors = [
]
requires-python = ">=3.10"
dependencies = [
"numexpr>=2.9.0",
"numpy>=1.20.0",
"scipy>=1.5.0",
"matplotlib>=3.2.0",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
astropy==6.1.2
matplotlib==3.9.1
numexpr>=2.9.0
numpy==2.0.1
scipy==1.14.0

0 comments on commit 6c46637

Please sign in to comment.