Skip to content

Commit 66a20c5

Browse files
authored
Update supported numpy versions
1 parent 512033c commit 66a20c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_cmdclass():
7979
with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
8080
long_description = f.read()
8181

82-
requirements = ["torch>=1.1.0", "numba", "numpy<1.20", "scikit-learn"]
82+
requirements = ["torch>=1.1.0", "numba", "numpy<=1.21", "scikit-learn"]
8383

8484
url = "https://github.com/nicolas-chaulet/torch-points-kernels"
8585
__version__ = "0.7.1"

0 commit comments

Comments
 (0)