Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
freetype-py
imageio
networkx
numpy
numpy<2.0.0
Pillow
pyglet==1.4.0a1
PyOpenGL
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_imageio_dep():
'freetype-py', # For font loading
get_imageio_dep(), # For Image I/O
'networkx', # For the scene graph
'numpy', # Numpy
'numpy<2.0.0', # Numpy
'Pillow', # For Trimesh texture conversions
'pyglet>=1.4.10', # For the pyglet viewer
'PyOpenGL~=3.1.0', # For OpenGL
Expand Down