Skip to content

Commit

Permalink
Update iOS example requirements (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnugraha authored Oct 5, 2023
1 parent afca860 commit e31d488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ios/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ authors = ["The Flower Authors <hello@flower.dev>"]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
flwr = "^1.0.0"
flwr = ">=1.0,<2.0"
3 changes: 1 addition & 2 deletions examples/ios/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
flwr~=1.4.0
numpy~=1.21.1
flwr>=1.0, <2.0

0 comments on commit e31d488

Please sign in to comment.