Skip to content

Commit

Permalink
Add numpy 2.0.0rc1 support to conda and wheels (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Apr 3, 2024
1 parent dc2d6bf commit 7596bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/pytorch-nightly/meta.yaml
Expand Up @@ -29,7 +29,7 @@ requirements:
- typing_extensions
- ninja
- libuv # [win]
- numpy=1.19 # [py <= 39]
- numpy=1.19 # [py == 38]
- numpy=2.0.0rc1 # [py >= 39]
- openssl=1.1.1l # [py >= 38 and py <= 310 and linux]
- openssl=1.1.1s # [py == 311 and linux]
Expand Down

0 comments on commit 7596bd0

Please sign in to comment.