Skip to content

Commit cba47c1

Browse files
committed
Relax NumPy constraint and remove hardcoded Bazel version in conda-build.yml
1 parent f1b16ed commit cba47c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
fi
5050
chmod +x /tmp/bazelisk
5151
sudo mv /tmp/bazelisk /usr/local/bin/bazel
52-
echo "USE_BAZEL_VERSION=6.5.0" >> $GITHUB_ENV
5352
bazel --version
5453
5554
# Needed for Xcode 26.x in some CI environments; without this patch,
@@ -64,7 +63,7 @@ jobs:
6463
- name: Install build tooling
6564
shell: bash -l {0}
6665
run: |
67-
python -m pip install numpy~=1.22.0
66+
python -m pip install numpy>=1.22.0
6867
python -m pip install --upgrade pip build wheel "setuptools<69.3"
6968
7069
- name: Build the package

0 commit comments

Comments
 (0)