Skip to content

Commit

Permalink
Fix CI by downgrading torch on fastai E2E (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Oct 16, 2023
1 parent c63e81f commit abe7947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fastai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ authors = ["The Flower Authors <[email protected]>"]
python = ">=3.8,<3.10"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
fastai = "^2.7.12"
torch = ">=2.0.0, !=2.0.1"
torch = ">=2.0.0, !=2.0.1, < 2.1.0"

0 comments on commit abe7947

Please sign in to comment.