Skip to content

Commit

Permalink
Merge pull request #163 from Ciela-Institute/deptodev
Browse files Browse the repository at this point in the history
dependencies: move numba req to dev, lose levmarq_torch req
  • Loading branch information
ConnorStoneAstro authored Feb 16, 2024
2 parents 4294727 + 301f66a commit 1956a77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Issues = "https://github.com/Ciela-Institute/caustics/issues"

[project.optional-dependencies]
dev = [
"numba>=0.58.1,<0.59.0",
"lenstronomy==1.11.1",
"pytest>=8.0,<9",
"pytest-cov>=4.1,<5",
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
astropy>=5.2.1,<6.0.0
graphviz==0.20.1
h5py>=3.8.0
levmarq_torch==0.0.1
numba>=0.58.1,<0.59.0
numpy>=1.23.5
safetensors>=0.4.1
scipy>=1.8.0
Expand Down

0 comments on commit 1956a77

Please sign in to comment.