Skip to content

Commit 2dfb6fa

Browse files
committed
add announcement for upcoming closure of NumPy 2.0 migration
1 parent 0d7fcaf commit 2dfb6fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Upcoming closure of NumPy 2.0 migration
2+
3+
NumPy 2.0 was a big change (the first major version in 15 years). For more than a year, we
4+
have been migrating feedstocks from NumPy 1.x to NumPy 2.x, and while not every affected
5+
feedstock has been done, we are planning to conclude the migration at the end of May.
6+
7+
For feedstocks that are not compatible with v2.x yet, this means you will have to add
8+
```yaml
9+
numpy:
10+
- 1.26 # or similar
11+
```
12+
to your `recipe/conda_build_config.yaml`, and then rerender.

0 commit comments

Comments
 (0)