Skip to content

Commit

Permalink
scipy required
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdink committed May 18, 2023
1 parent ff81fdd commit 1c40d7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
zip_safe=False,
install_requires=[
'backports.cached-property',
'torch>=1.8',
'numpy>=1.4'
'torch>=1.12',
'numpy>=1.4',
'scipy>=1.10'
],
extras_require={
'tests': ['parameterized>=0.7', 'filterpy>=1.4', 'pandas>=1.0'],
Expand Down

0 comments on commit 1c40d7d

Please sign in to comment.