Skip to content

Commit

Permalink
local numpy2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Apr 20, 2024
1 parent 8400999 commit 5c8599d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .ci_support/migrations/numpy2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for numpy 2.0"
migration_number: 1
use_local: true
# needs to fully reproduce zip of {python, python_impl, numpy}
# in order to build for 2.0 and the 1.x per python version
numpy:
- 1.22
- 1.22
- 1.22
- 1.23
- 2.0
- 2.0
- 2.0
- 2.0
python:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
python_impl:
- cpython
- cpython
- cpython
- cpython
- cpython
- cpython
- cpython
- cpython
channel_sources:
- conda-forge/label/numpy_dev,conda-forge
migrator_ts: 1713572489.295986
5 changes: 4 additions & 1 deletion .ci_support/migrations/pypy38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __migrator:
- 3.9.* *_73_pypy
paused: False
longterm: True
use_local: False
use_local: True
check_solvable: True
exclude_pinned_pkgs: False
pr_limit: 10
Expand All @@ -34,8 +34,11 @@ __migrator:

python:
- 3.9.* *_73_pypy # [not (osx and arm64)]
- 3.9.* *_73_pypy # [not (osx and arm64)]
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.22 # [not (osx and arm64)]
- 2.0 # [not (osx and arm64)]
python_impl:
- pypy # [not (osx and arm64)]
- pypy # [not (osx and arm64)]
4 changes: 4 additions & 0 deletions .ci_support/migrations/python312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ __migrator:
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: false
use_local: true
longterm: True
pr_limit: 30
max_solver_attempts: 6 # this will make the bot retry "not solvable" stuff 6 times
Expand All @@ -31,8 +32,11 @@ __migrator:

python:
- 3.12.* *_cpython
- 3.12.* *_cpython
# additional entries to add for zip_keys
numpy:
- 1.26
- 2.0
python_impl:
- cpython
- cpython

0 comments on commit 5c8599d

Please sign in to comment.