Skip to content

Commit

Permalink
Added more test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranu committed May 17, 2024
1 parent b18626c commit 89d0932
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ requires-python = ">=3.9, <3.13"
dependencies = [
"numpy",
"geodesic-interpolate @ git+https://github.com/virtualzx-nad/geodesic-interpolate.git",
"torch",
"pytest",
"pytest-cov",
"PyYAML",
]

[project.optional-dependencies]
Expand Down
6 changes: 6 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
numpy==1.26.4
torch>=2.0.0
matplotlib==3.8.2
pytest==7.4.4
pytest-cov==4.1.0
PyYAML==6.0.1
geodesic-interpolate @ git+https://github.com/virtualzx-nad/geodesic-interpolate.git

0 comments on commit 89d0932

Please sign in to comment.