Skip to content

Commit

Permalink
modify tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuiwan committed Aug 27, 2021
1 parent c8bc675 commit d65ea15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/fate_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requests = ">=2.24.0"
click = "^7.1.2"
"ruamel.yaml" = "^0.16.10"
loguru = "^0.5.1"
tensorflow = ">=2.4.1"
tensorflow = "==2.3.4"
torch = "1.4.0"
flask = "^1.0.2"
setuptools = "^50.0"
Expand Down
2 changes: 1 addition & 1 deletion python/fate_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"requests_toolbelt>=0.9.1,<0.10.0",
"ruamel.yaml>=0.16.10,<0.17.0",
"setuptools>=50.0,<51.0",
"tensorflow>=2.4.1",
"tensorflow==2.3.4",
"torch",
]

Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requests_toolbelt==0.9.1
ruamel-yaml==0.16.10
scikit-learn==0.19.2
scipy==1.1.0
tensorflow>=2.4.1
tensorflow==2.3.4
torch==1.4.0
torchvision==0.5.0
Werkzeug==0.15.3
Expand Down

0 comments on commit d65ea15

Please sign in to comment.