Skip to content

Commit 70eefac

Browse files
committed
Add numpy 2.0.0rc1 support to conda and wheels (pytorch#1769)
1 parent 01ebb45 commit 70eefac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requirements:
2929
- typing_extensions
3030
- ninja
3131
- libuv # [win]
32-
- numpy=1.19 # [py <= 39]
32+
- numpy=1.19 # [py == 38]
3333
- numpy=2.0.0rc1 # [py >= 39]
3434
- openssl=1.1.1l # [py >= 38 and py <= 310 and linux]
3535
- openssl=1.1.1s # [py == 311 and linux]

0 commit comments

Comments
 (0)