Skip to content

Commit

Permalink
Fix drjit version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jan 14, 2025
1 parent 4ab8d5a commit cde7fc4
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 @@ -16,7 +16,7 @@ description = "Mitsuba 3: A Retargetable Forward and Inverse Renderer"
readme = "README.md"
dependencies = [
"typing_extensions>=4.12;python_version<\"3.11\"",
"drjit==1.0.1",
"drjit==1.0.2",
]
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit cde7fc4

Please sign in to comment.