Skip to content

Commit

Permalink
Edit rye dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel-github committed Dec 5, 2024
1 parent f18af58 commit 040ab74
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"scipy>=1.12",
"pymanopt>=2.2.1",
"autograd>=1.7.0",
"scikit-learn>=1.4.2",
]

readme = "README.md"
Expand Down
8 changes: 8 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ coverage==7.6.1
# via pytest-cov
iniconfig==2.0.0
# via pytest
joblib==1.4.2
# via scikit-learn
nodeenv==1.9.1
# via pyright
numpy==2.0.2
# via autograd
# via cellcommunicationpf2
# via pymanopt
# via scikit-learn
# via scipy
packaging==24.1
# via pytest
Expand All @@ -33,8 +36,13 @@ pyright==1.1.383
pytest==8.3.3
# via pytest-cov
pytest-cov==6.0.0
scikit-learn==1.5.2
# via cellcommunicationpf2
scipy==1.14.1
# via cellcommunicationpf2
# via pymanopt
# via scikit-learn
threadpoolctl==3.5.0
# via scikit-learn
typing-extensions==4.12.2
# via pyright
8 changes: 8 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@
-e file:.
autograd==1.7.0
# via cellcommunicationpf2
joblib==1.4.2
# via scikit-learn
numpy==2.0.2
# via autograd
# via cellcommunicationpf2
# via pymanopt
# via scikit-learn
# via scipy
pymanopt==2.2.1
# via cellcommunicationpf2
scikit-learn==1.5.2
# via cellcommunicationpf2
scipy==1.14.1
# via cellcommunicationpf2
# via pymanopt
# via scikit-learn
threadpoolctl==3.5.0
# via scikit-learn

0 comments on commit 040ab74

Please sign in to comment.