We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512033c commit 66a20c5Copy full SHA for 66a20c5
setup.py
@@ -79,7 +79,7 @@ def get_cmdclass():
79
with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
80
long_description = f.read()
81
82
-requirements = ["torch>=1.1.0", "numba", "numpy<1.20", "scikit-learn"]
+requirements = ["torch>=1.1.0", "numba", "numpy<=1.21", "scikit-learn"]
83
84
url = "https://github.com/nicolas-chaulet/torch-points-kernels"
85
__version__ = "0.7.1"
0 commit comments