Skip to content

Commit

Permalink
Merge pull request #2185 from jakirkham/ann_numpy_2
Browse files Browse the repository at this point in the history
Add NumPy 2 migration announcement
  • Loading branch information
beckermr authored May 24, 2024
2 parents 04170d4 + fc6be6c commit 4c20d2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
--no-progress
--base "$(pwd)/build"
--accept 100..399,401,403,429
--exclude '.*/status/migration/.*'
--exclude 'https://polys.me/?$'
--exclude 'https://conda-metadata-app.streamlit.app/?$'
--exclude 'https://kb43fqob7u-dsn.algolia.net/'
Expand Down
9 changes: 9 additions & 0 deletions news/2024-05-15-numpy-2-migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# NumPy 2 Migration

In preparation for the NumPy 2 release, we have begun a migration of all
conda-forge packages that depend on `numpy` during the build (so in
`requirements/host`). The migration status is tracked
[on our status page](/status/migration/numpy2).
Particular package's status can be found there. Specific recommendations for
maintainers updating packages can be found in the migration PRs themselves.
Please reach out through the usual channels if you have any questions.

0 comments on commit 4c20d2f

Please sign in to comment.