Skip to content

Commit

Permalink
bump drjit version consistently in several places
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Jul 20, 2022
1 parent 9a8ebdb commit 4b4a34f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "MI_CMAKE_TOOLCHAIN_FILE=$(pwd)/.github/workflows/macOS_arm64_toolchain.cmake" >> $GITHUB_ENV && \
echo "CIBW_BEFORE_BUILD_MACOS=\
rm -rf /tmp/drjit_wheel && mkdir -p /tmp/drjit_wheel/ && cd /tmp/drjit_wheel && \
pip download --platform=macosx_11_0_arm64 --only-binary=:all: drjit==0.2.0.dev3 && \
pip download --platform=macosx_11_0_arm64 --only-binary=:all: drjit==0.2.1 && \
unzip *.whl" >> $GITHUB_ENV && \
echo "MI_DRJIT_CMAKE_DIR=/tmp/drjit_wheel/drjit/share/cmake/drjit" >> $GITHUB_ENV && \
echo "MI_SRGB_COEFF_FILE=$(pwd)/build/data/srgb.coeff" >> $GITHUB_ENV && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11", "drjit==0.2.0"]
requires = ["setuptools", "wheel", "scikit-build", "cmake", "ninja", "pybind11", "drjit==0.2.1"]

[tool.pytest.ini_options]
norecursedirs = [ "ext" ]

0 comments on commit 4b4a34f

Please sign in to comment.