Skip to content

Commit 10bb8a9

Browse files
committed
Unpin numpy and tensorflow in environment.yml
1 parent 1001044 commit 10bb8a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- mdurl==0.1.2
3131
- ml-dtypes==0.5.1
3232
- namex==0.1.0
33-
- numpy==1.26.4
33+
- numpy>=1.26.4
3434
- opt-einsum==3.4.0
3535
- optree==0.19.0
3636
- protobuf==6.31.1
@@ -42,7 +42,7 @@ dependencies:
4242
- six==1.17.0
4343
- tensorboard==2.17.1
4444
- tensorboard-data-server==0.7.2
45-
- tensorflow==2.21.0
45+
- tensorflow>=2.21.0
4646
- tensorflow-io-gcs-filesystem==0.37.1
4747
- tensorflow-metadata==1.17.3
4848
- termcolor==3.3.0

0 commit comments

Comments
 (0)