Skip to content

Commit 113b17f

Browse files
EliEli
authored andcommitted
Peg numpy>2 across build system components.
1 parent 81dbe46 commit 113b17f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_sphinx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
python=3.12
3939
setuptools>=68
4040
setuptools_scm
41-
sphinx
42-
sphinx-rtd-theme
41+
numpy>2
4342
numpydoc
4443
condarc: |
4544
channel_priority: strict

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
create-args: >-
5858
python=3.12
5959
setuptools>68
60+
numpy>2
6061
conda-build
6162
boa
6263
anaconda-client

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"rtree",
4848
"click",
4949
"dask>=2022.11",
50-
"numpy>=2.0",
50+
"numpy>2.0",
5151
"diskcache",
5252
"param"
5353
]

0 commit comments

Comments
 (0)