Skip to content

Commit 1f058ab

Browse files
committed
changed tensorflow-cpu to tensorflow
1 parent 81e516f commit 1f058ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pip/cpu_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# for LC developers: comment out pypi index url and use t$
66
# --extra-index-url https://wci-repo.llnl.gov/repository/$
77

8-
tensorflow-cpu~=2.14.0
8+
tensorflow~=2.14.0
99

1010
torch==2.0.1
1111
torch_geometric

pip/docker_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# for LC developers: comment out pypi index url and use t$
66
# --extra-index-url https://wci-repo.llnl.gov/repository/$
77

8-
tensorflow-cpu~=2.14.0
8+
tensorflow~=2.14.0
99

1010
torch==2.0.1
1111
torch_geometric

pip/readthedocs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ seaborn>=0.13.0
1515
setuptools
1616
sphinx
1717
sphinx_rtd_theme
18-
tensorflow-cpu
18+
tensorflow
1919
torch
2020
umap-learn

0 commit comments

Comments
 (0)