Skip to content

Commit

Permalink
Bump drjit requirement to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Nov 22, 2024
1 parent 2c12055 commit 585e911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/drjit
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"scikit-build-core",
"nanobind==2.2.0",
"drjit==1.0.0",
"drjit==1.0.1",
"typing_extensions>=4.12",
"hatch-fancy-pypi-readme",
]
Expand All @@ -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.0",
"drjit==1.0.1",
]
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit 585e911

Please sign in to comment.