Skip to content

Commit

Permalink
Remove develop = true in pyproject.toml for flower-datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Sep 20, 2023
1 parent fce19bb commit 835b219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/e2e/scikit-learn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors = ["The Flower Authors <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
flwr-datasets = { path = "./../../", develop = true, extras = ["vision"] }
flwr-datasets = { path = "./../../", extras = ["vision"] }
scikit-learn = "^1.2.0"
parameterized = "==0.9.0"

0 comments on commit 835b219

Please sign in to comment.