Skip to content

Commit

Permalink
added torch to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanene committed Aug 21, 2024
1 parent c29e36e commit 59abe7a
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 @@ -17,6 +17,7 @@ dependencies = [
'numpy<2',
'numba',
'zarr[jupyter]',
'torch',
'ruff',
'mpmath',
'matplotlib',
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy<2
numba
zarr[jupyter]
torch
ruff
mpmath
matplotlib
Expand Down

0 comments on commit 59abe7a

Please sign in to comment.