diff --git a/baselines/flwr_baselines/pyproject.toml b/baselines/flwr_baselines/pyproject.toml index 774d15e73c58..f5fb64744ff8 100644 --- a/baselines/flwr_baselines/pyproject.toml +++ b/baselines/flwr_baselines/pyproject.toml @@ -48,6 +48,7 @@ matplotlib = "^3.5.1" scikit-image = "^0.18.1" scikit-learn = "^1.2.1" wget = "^3.2" +virtualenv = "^20.24.6" pandas = "^1.5.3" pyhamcrest = "^2.0.4" @@ -61,6 +62,7 @@ flake8 = "==3.9.2" pytest = "==6.2.4" pytest-watch = "==4.2.0" types-requests = "==2.27.7" +pydantic = "==2.4.2" [tool.isort] line_length = 88 diff --git a/baselines/flwr_baselines/requirements.txt b/baselines/flwr_baselines/requirements.txt index 1dbb10a75bc2..7b90b8a9bf1f 100644 --- a/baselines/flwr_baselines/requirements.txt +++ b/baselines/flwr_baselines/requirements.txt @@ -15,6 +15,7 @@ matplotlib >= 3.5.0 scikit-image >= 0.18.1 scikit-learn >= 0.24.2 wget >= 3.2 +virtualenv >= 20.24.6 ##### dev-dependencies isort == 5.11.5 @@ -26,3 +27,4 @@ flake8 == 3.9.2 pytest == 6.2.4 pytest-watch == 4.2.0 types-requests == 2.27.7 +pydantic ==2.4.2