Skip to content

Commit

Permalink
Try fixing io-gcs-filesystem version (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Dec 19, 2023
1 parent 0eec9e5 commit 9507159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/strategies/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ authors = ["The Flower Authors <[email protected]>"]
python = ">=3.8,<3.11"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
tensorflow-cpu = "^2.9.1, !=2.11.1"
tensorflow-io-gcs-filesystem = "<0.35.0"
1 change: 1 addition & 0 deletions e2e/tabnet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ flwr = { path = "../../", develop = true, extras = ["simulation"] }
tensorflow-cpu = {version = ">=2.9.1,<2.11.1 || >2.11.1", markers = "platform_machine == \"x86_64\""}
tensorflow-macos = {version = ">=2.9.1,<2.11.1 || >2.11.1", markers = "sys_platform == \"darwin\" and platform_machine == \"arm64\""}
tensorflow_datasets = "4.9.2"
tensorflow-io-gcs-filesystem = "<0.35.0"
tabnet = "0.1.6"
1 change: 1 addition & 0 deletions e2e/tensorflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ authors = ["The Flower Authors <[email protected]>"]
python = ">=3.8,<3.11"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
tensorflow-cpu = "^2.9.1, !=2.11.1"
tensorflow-io-gcs-filesystem = "<0.35.0"

0 comments on commit 9507159

Please sign in to comment.