Skip to content

Commit

Permalink
Loosen numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 23, 2024
1 parent a38cfcc commit f58f4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"moderngl<6",
"pyglet>=2.0.0",
"numpy>=1.16,<2",
"numpy",
"pyglm>=2.7.0,<3",
"Pillow>=10.0.1",
]
Expand All @@ -48,7 +48,7 @@ imgui = ["imgui-bundle"] # 1.6.0 originally
pygame = ["pygame>=2.0.1"]
pygame-ce = ["pygame-ce>=2.0.1"]
tk = ["pyopengltk>=0.0.3"]
trimesh = ["trimesh>=3.2.6,<4"]
trimesh = ["trimesh>=3.2.6"]
pywavefront = ["pywavefront>=1.2.0,<2"]
PySDL2 = ["PySDL2"]
glfw = ["glfw"]
Expand Down

0 comments on commit f58f4ff

Please sign in to comment.