Skip to content

Commit c5b508d

Browse files
committedFeb 1, 2025
build: remove bounds
1 parent f6c538a commit c5b508d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ classifiers = [
1515
]
1616

1717
dependencies = [
18-
"glfw<3.0.0",
18+
"glfw",
1919
"jax",
20-
"PyOpenGL==3.1.7",
21-
"PyOpenGL-accelerate==3.1.7",
20+
"PyOpenGL",
21+
"PyOpenGL-accelerate",
2222
"numpy",
2323
]
2424

0 commit comments

Comments
 (0)
Please sign in to comment.