Skip to content

Commit

Permalink
pyproject: Require at least panda3d-gltf 1.1.0
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
Moguri authored Dec 14, 2023
1 parent edddb81 commit 5920608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"panda3d",
"panda3d-gltf ~= 1.0",
"panda3d-gltf ~= 1.1.0",
]
requires-python = ">= 3.8"

Expand Down

0 comments on commit 5920608

Please sign in to comment.