syft-flwr 0.3.1__tar.gz → 0.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of syft-flwr might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: syft-flwr
3
- Version: 0.3.1
3
+ Version: 0.4.0
4
4
  Summary: syft_flwr is an open source framework that facilitate federated learning projects using Flower over the SyftBox protocol
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.10
@@ -8,7 +8,7 @@ Requires-Dist: flwr-datasets[vision]>=0.5.0
8
8
  Requires-Dist: flwr[simulation]==1.21.0
9
9
  Requires-Dist: loguru>=0.7.3
10
10
  Requires-Dist: safetensors>=0.6.2
11
- Requires-Dist: syft-rds>=0.3.1
11
+ Requires-Dist: syft-rds>=0.4.0
12
12
  Requires-Dist: tomli-w>=1.2.0
13
13
  Requires-Dist: tomli>=2.2.1
14
14
  Requires-Dist: typing-extensions>=4.13.0
@@ -18,7 +18,7 @@ Description-Content-Type: text/markdown
18
18
 
19
19
  `syft_flwr` is an open source framework that facilitate federated learning (FL) projects using [Flower](https://github.com/adap/flower) over the [SyftBox](https://github.com/OpenMined/syftbox) protocol
20
20
 
21
- ![FL Training Process](notebooks/fl-diabetes-prediction/images/fltraining.gif)
21
+ ![FL Training Process](https://github.com/OpenMined/syft-flwr/raw/main/notebooks/fl-diabetes-prediction/images/fltraining.gif)
22
22
 
23
23
  ## Example Usages
24
24
  Please look at the `notebooks/` folder for example use cases:
@@ -2,7 +2,7 @@
2
2
 
3
3
  `syft_flwr` is an open source framework that facilitate federated learning (FL) projects using [Flower](https://github.com/adap/flower) over the [SyftBox](https://github.com/OpenMined/syftbox) protocol
4
4
 
5
- ![FL Training Process](notebooks/fl-diabetes-prediction/images/fltraining.gif)
5
+ ![FL Training Process](https://github.com/OpenMined/syft-flwr/raw/main/notebooks/fl-diabetes-prediction/images/fltraining.gif)
6
6
 
7
7
  ## Example Usages
8
8
  Please look at the `notebooks/` folder for example use cases:
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "syft-flwr"
3
- version = "0.3.1"
3
+ version = "0.4.0"
4
4
  description = "syft_flwr is an open source framework that facilitate federated learning projects using Flower over the SyftBox protocol"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
7
7
  dependencies = [
8
- "syft-rds>=0.3.1",
8
+ "syft-rds>=0.4.0",
9
9
  "flwr[simulation]==1.21.0",
10
10
  "flwr-datasets[vision]>=0.5.0",
11
11
  "loguru>=0.7.3",
@@ -1,4 +1,4 @@
1
- __version__ = "0.3.1"
1
+ __version__ = "0.4.0"
2
2
 
3
3
  from syft_flwr.bootstrap import bootstrap
4
4
  from syft_flwr.run import run
File without changes
File without changes