Skip to content

Commit 9ce3b39

Browse files
committed
add scipy to install_requires in setup.py
1 parent 4c8f55e commit 9ce3b39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def readme():
2828
packages=setuptools.find_packages(exclude=("tests",)),
2929
install_requires=[
3030
"torch>=2.5",
31+
"scipy",
3132
],
3233
setup_requires=["pytest-runner"],
3334
tests_require=["pytest"],

0 commit comments

Comments
 (0)