Skip to content

Commit 609b79a

Browse files
committed
Downgrade dependencies requirement and remove empty utils/
1 parent dd66531 commit 609b79a

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
{ name = "Junyi Hou" },
1010
{ name = "Bingsheng He" }
1111
]
12-
version = "0.1.1a0"
12+
version = "0.1.1a1"
1313
description = "A tool for benchmarking vertical federated learning algorithms, containing synthetic data split and data evaluation."
1414
readme = "README.md"
1515
license = { file = "LICENSE" } # If you have a LICENSE file
@@ -31,11 +31,16 @@ urls = { "Homepage" = "https://github.com/Xtra-Computing/VertiBench" }
3131
# Define your console scripts under [project.scripts] if any in the future
3232

3333
dependencies = [
34-
"matplotlib>=3.7.2",
35-
"numpy>=1.24.3",
36-
"pymoo>=0.6.1.1",
37-
"scikit-learn>=1.3.0",
38-
"scipy>=1.11.4",
39-
"shap>=0.43.0",
40-
"torch>=2.1.1",
34+
"matplotlib>=3.7",
35+
"numpy==1.24",
36+
"pymoo==0.6.1.1",
37+
"scikit-learn==1.2",
38+
"scipy>=1.10",
39+
"shap==0.43",
40+
"torch>=2.0",
41+
]
42+
43+
[project.optional-dependencies]
44+
test = [
45+
"xgboost>=2.0",
4146
]

0 commit comments

Comments
 (0)