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 4a5ea8e commit 73a769bCopy full SHA for 73a769b
requirements.txt
@@ -1,6 +1,6 @@
1
-numpy>=1.21.6
+numpy>=1.21.6,<2.0.0 # Avoids binary incompatibility error.
2
open3d>=0.15.2
3
-PyOpenGL==3.1.6 # prevents 'NoneType' object has no attribute 'glGetError'
+PyOpenGL==3.1.6 # Prevents 'NoneType' object has no attribute 'glGetError'.
4
PyOpenGL-accelerate~=3.1.5
5
PyQt5~=5.15.7
6
@@ -12,5 +12,4 @@ pytest-qt~=4.2.0
12
black>=23.1.0
13
mypy~=1.3.0
14
PyQt5-stubs~=5.15.6
15
-types-setuptools~=67.8.0
16
-types-pkg-resources~=0.1.3
+types-setuptools~=71.1.0
setup.cfg
@@ -51,7 +51,7 @@ packages =
51
labelCloud.view
52
labelCloud.view.startup
53
install_requires =
54
- numpy>1.20.0
+ numpy>1.20.0,<2.0.0
55
open3d
56
PyOpenGL
57
PyOpenGL-accelerate
0 commit comments