Skip to content

Commit e97a9a9

Browse files
authored
Roll back pinning on NumPy for gold/2021 branch (#1217)
The branch `gold/2021` is intended for internal CI needs, where it is required to explicitly take NumPy 1.19 during the build in upcoming release. The change mustn't aligned with `master` branch and it requires to be controlled every next push/merge on `gold/2021` branch. Alternative solution might be to update run dependencies with `max_pin` on `x.x` instead of `x`, like: ``` {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }} ``` but it can produce another unwanted consequences which has to be properly analyzed firstly. - [X] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to issue with a reproducer? - [ ] Have you tested your changes locally for CPU and GPU devices? - [X] Have you made sure that new changes do not introduce compiler warnings? - [ ] If this PR is a work in progress, are you filing the PR as a draft?
1 parent 2f4e7d1 commit e97a9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requirements:
88
host:
99
- python
1010
- setuptools
11-
- numpy >=1.19,<1.23a0
11+
- numpy 1.19
1212
- cython
1313
- cmake >=3.19
1414
- dpctl >=0.13

0 commit comments

Comments
 (0)