Skip to content

Commit

Permalink
Downgrade numpy <2.0.0
Browse files Browse the repository at this point in the history
 - Avoid binary incompatibility
  • Loading branch information
ch-sa committed Aug 18, 2024
1 parent 4a5ea8e commit 73a769b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.21.6
numpy>=1.21.6,<2.0.0 # Avoids binary incompatibility error.
open3d>=0.15.2
PyOpenGL==3.1.6 # prevents 'NoneType' object has no attribute 'glGetError'
PyOpenGL==3.1.6 # Prevents 'NoneType' object has no attribute 'glGetError'.
PyOpenGL-accelerate~=3.1.5
PyQt5~=5.15.7

Expand All @@ -12,5 +12,4 @@ pytest-qt~=4.2.0
black>=23.1.0
mypy~=1.3.0
PyQt5-stubs~=5.15.6
types-setuptools~=67.8.0
types-pkg-resources~=0.1.3
types-setuptools~=71.1.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ packages =
labelCloud.view
labelCloud.view.startup
install_requires =
numpy>1.20.0
numpy>1.20.0,<2.0.0
open3d
PyOpenGL
PyOpenGL-accelerate
Expand Down

0 comments on commit 73a769b

Please sign in to comment.