Skip to content

Commit 4c20d2f

Browse files
authored
Merge pull request #2185 from jakirkham/ann_numpy_2
Add NumPy 2 migration announcement
2 parents 04170d4 + fc6be6c commit 4c20d2f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
--no-progress
5353
--base "$(pwd)/build"
5454
--accept 100..399,401,403,429
55+
--exclude '.*/status/migration/.*'
5556
--exclude 'https://polys.me/?$'
5657
--exclude 'https://conda-metadata-app.streamlit.app/?$'
5758
--exclude 'https://kb43fqob7u-dsn.algolia.net/'

news/2024-05-15-numpy-2-migration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# NumPy 2 Migration
2+
3+
In preparation for the NumPy 2 release, we have begun a migration of all
4+
conda-forge packages that depend on `numpy` during the build (so in
5+
`requirements/host`). The migration status is tracked
6+
[on our status page](/status/migration/numpy2).
7+
Particular package's status can be found there. Specific recommendations for
8+
maintainers updating packages can be found in the migration PRs themselves.
9+
Please reach out through the usual channels if you have any questions.

0 commit comments

Comments
 (0)