From 4b4a34f3266978def655ff409090361f533370bd Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 20 Jul 2022 01:18:08 +0200 Subject: [PATCH] bump drjit version consistently in several places --- .github/workflows/wheels.yml | 2 +- ext/drjit | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5e7e4a6a7..01deb3ebb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 && \ diff --git a/ext/drjit b/ext/drjit index 13fc82849..20740653e 160000 --- a/ext/drjit +++ b/ext/drjit @@ -1 +1 @@ -Subproject commit 13fc82849300428f75a1341871ee26ac1d796fd3 +Subproject commit 20740653ec3b5546a9f3e1b4648e01a65257e8fd diff --git a/pyproject.toml b/pyproject.toml index 3972a668a..83f7b2509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]