Skip to content

Commit 41845cd

Browse files
authored
Relax numpy versions (#2156)
* relax np dependency in build * Update numpy version >=1.23, <2.0.0, move build script to new repo
1 parent 264cdff commit 41845cd

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies = [
6262
"h5py",
6363
#"ipp==2021.12.*", # PyPI conflicts with conda package
6464
"numba",
65-
"numpy>=1.23",
65+
"numpy>=1.23, <2.0.0",
6666
"olefile>=0.46",
6767
"pillow",
6868
"pywavelets",

recipe/conda_build_config.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,6 @@ ipp_version:
2222
- '2021.12'
2323
python:
2424
- 3.10
25-
- 3.10
26-
- 3.10
27-
- 3.10
28-
- 3.11
29-
- 3.11
30-
- 3.11
3125
- 3.11
3226
- 3.12
33-
numpy:
34-
- 1.23
35-
- 1.24
36-
- 1.25
37-
- 1.26
38-
- 1.23
39-
- 1.24
40-
- 1.25
41-
- 1.26
42-
- 1.26
43-
zip_keys:
44-
- python
45-
- numpy
4627

recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ test:
3939
requirements:
4040
build:
4141
- python
42-
- numpy {{ numpy }}
4342
- pip
4443
- setuptools >=64
4544
- setuptools_scm >=8
@@ -58,7 +57,7 @@ requirements:
5857

5958
run:
6059
- python
61-
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }}
60+
- numpy >=1.23, <2.0.0
6261
- scipy >=1.4.0
6362
- h5py
6463
- pillow

0 commit comments

Comments
 (0)