File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
1313description = " A tool for benchmarking vertical federated learning algorithms, containing synthetic data split and data evaluation."
1414readme = " README.md"
1515license = { 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
3333dependencies = [
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]
You can’t perform that action at this time.
0 commit comments