Skip to content

Commit 8ecb784

Browse files
authored
Fix requirements (#11)
1 parent f3b2c31 commit 8ecb784

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- python=3.8
66
- pip=22.3.1
77
- pip:
8-
- tensorflow-cpu==2.11.0
8+
- tensorflow-cpu==2.12.0
99
- jax==0.4.1
1010
- jaxlib==0.4.1
1111
- -r requirements.txt

docker/environment_mac_m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies:
66
- pip=22.3.1
77
- grpcio==1.43.0
88
- pip:
9-
- tensorflow-macos==2.11.0
10-
- tensorflow-metal==0.7.0
9+
- tensorflow-macos==2.12.0
10+
- tensorflow-metal==0.8.0
1111
- jax==0.4.1
1212
- jaxlib==0.4.1
1313
- -r requirements.txt

docker/environment_tpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- --find-links
1010
https://storage.googleapis.com/jax-releases/libtpu_releases.html
11-
- tensorflow-cpu==2.11.0
11+
- tensorflow-cpu==2.12.0
1212
- jax[tpu]==0.4.1
1313
- jaxlib==0.4.1
1414
- -r requirements.txt

0 commit comments

Comments
 (0)