Skip to content

Commit

Permalink
updated tensorflow requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatReis committed May 6, 2024
1 parent e90f97f commit eb034a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pandoc
- pip:
- keras>=3.0.0
- tf-nightly-cpu==2.16.0.dev20231103 # Only need tensorflow for docs
- tensorflow-cpu~=2.16.1 # Only need tensorflow for docs
- jinja2==3.0.3
- numpy
- scipy
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
keras>=3.0.0
tf-nightly-cpu==2.16.0.dev20231103
tensorflow-cpu~=2.16.1
sphinx==3.4.3
sphinx_rtd_theme
jinja2==3.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
keras>=3.0.0
torch>=2.1.0
tf-nightly-cpu==2.16.0.dev20240101
tensorflow-cpu~=2.16.1
torchvision>=0.16.0
jax[cpu]
numpy>=1.23.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# "dm-tree",
"keras>=3.0.2",
# Backends
# "tf-nightly-cpu==2.16.0.dev20240101",
# "tensorflow-cpu>=2.16.1",
# "torch>=2.1.0",
# "torchvision>=0.16.0",
# "jax[cpu]",
Expand Down

0 comments on commit eb034a3

Please sign in to comment.