Skip to content

Commit eb034a3

Browse files
committed
updated tensorflow requirement.
1 parent e90f97f commit eb034a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- pandoc
1414
- pip:
1515
- keras>=3.0.0
16-
- tf-nightly-cpu==2.16.0.dev20231103 # Only need tensorflow for docs
16+
- tensorflow-cpu~=2.16.1 # Only need tensorflow for docs
1717
- jinja2==3.0.3
1818
- numpy
1919
- scipy

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
keras>=3.0.0
2-
tf-nightly-cpu==2.16.0.dev20231103
2+
tensorflow-cpu~=2.16.1
33
sphinx==3.4.3
44
sphinx_rtd_theme
55
jinja2==3.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
keras>=3.0.0
22
torch>=2.1.0
3-
tf-nightly-cpu==2.16.0.dev20240101
3+
tensorflow-cpu~=2.16.1
44
torchvision>=0.16.0
55
jax[cpu]
66
numpy>=1.23.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# "dm-tree",
1818
"keras>=3.0.2",
1919
# Backends
20-
# "tf-nightly-cpu==2.16.0.dev20240101",
20+
# "tensorflow-cpu>=2.16.1",
2121
# "torch>=2.1.0",
2222
# "torchvision>=0.16.0",
2323
# "jax[cpu]",

0 commit comments

Comments
 (0)