Skip to content

Commit a5f4f2f

Browse files
committed
merging branches
2 parents 78596ce + 71c6a6e commit a5f4f2f

165 files changed

Lines changed: 20611 additions & 762 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ __pycache__/
22
MEDfl.egg-info/
33
fl-env/
44
dist/
5-
build/
65
notebooks/
7-
docs/

.readthedocs.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/source/conf.py
5+
6+
python:
7+
version: "3.9"
8+
install:
9+
- method: pip
10+
path: .
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
- requirements: requirements.txt

MEDfl.egg-info/PKG-INFO

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Metadata-Version: 2.1
1+
Metadata-Version: 2.4
22
Name: MEDfl
3-
Version: 2.0.5
3+
Version: 2.0.5.dev4
44
Summary: Python Open-source package for simulating federated learning and differential privacy
55
Home-page: https://github.com/MEDomics-UdeS/MEDfl
66
Author: MEDomics consortium
@@ -17,6 +17,37 @@ Classifier: Programming Language :: Python :: 3.9
1717
Requires-Python: >=3.8,<3.13
1818
Description-Content-Type: text/markdown
1919
License-File: LICENSE
20+
Requires-Dist: flwr~=1.18.0
21+
Requires-Dist: matplotlib~=3.6.3
22+
Requires-Dist: numpy~=1.26.4
23+
Requires-Dist: opacus~=1.5.3
24+
Requires-Dist: pandas~=1.5.2
25+
Requires-Dist: PyYAML~=6.0
26+
Requires-Dist: setuptools~=68.0.0
27+
Requires-Dist: Sphinx~=5.3.0
28+
Requires-Dist: SQLAlchemy~=1.4.47
29+
Requires-Dist: torch>=2.7.0
30+
Requires-Dist: datetime~=5.1
31+
Requires-Dist: scikit-learn~=1.2.2
32+
Requires-Dist: sphinx-jsonschema==1.19.1
33+
Requires-Dist: sphinx-rtd-dark-mode==1.2.4
34+
Requires-Dist: plotly==5.19.0
35+
Requires-Dist: optuna==3.5.0
36+
Requires-Dist: mysql-connector-python~=9.3.0
37+
Requires-Dist: seaborn~=0.13.2
38+
Requires-Dist: flwr[simulation]
39+
Dynamic: author
40+
Dynamic: author-email
41+
Dynamic: classifier
42+
Dynamic: description
43+
Dynamic: description-content-type
44+
Dynamic: home-page
45+
Dynamic: keywords
46+
Dynamic: license-file
47+
Dynamic: project-url
48+
Dynamic: requires-dist
49+
Dynamic: requires-python
50+
Dynamic: summary
2051

2152
# MEDfl: A Collaborative Framework for Federated Learning in Medicine
2253

0 commit comments

Comments
 (0)