Skip to content

Commit

Permalink
pin at numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 12, 2024
1 parent a4b08b5 commit fc7edad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastspecfit"
version = "3.1.2"
version = "3.1.1"
authors = [
{name="John Moustakas", email="[email protected]"},
]
Expand All @@ -18,7 +18,7 @@ classifiers = [
"Topic :: System :: Software Distribution",
]
dependencies = [
"numpy",
"numpy<2", # desiutil pinned at <2
"astropy",
"scipy",
"healpy",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy<2
astropy
scipy
healpy
Expand All @@ -9,4 +9,4 @@ fitsio
speclite
git+https://github.com/desihub/[email protected]
git+https://github.com/desihub/[email protected]
git+https://github.com/desihub/desispec.git@0.67.0
git+https://github.com/desihub/desispec.git@0.68.1

0 comments on commit fc7edad

Please sign in to comment.