syft-flwr 0.1.5__tar.gz → 0.1.6__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.1.5
3
+ Version: 0.1.6
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.9.2
@@ -8,7 +8,7 @@ Requires-Dist: flwr-datasets[vision]>=0.5.0
8
8
  Requires-Dist: flwr[simulation]==1.17.0
9
9
  Requires-Dist: loguru>=0.7.3
10
10
  Requires-Dist: safetensors>=0.5.0
11
- Requires-Dist: syft-rds==0.1.4
11
+ Requires-Dist: syft-rds==0.1.5
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "syft-flwr"
3
- version = "0.1.5"
3
+ version = "0.1.6"
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.9.2"
@@ -12,7 +12,7 @@ dependencies = [
12
12
  "typing-extensions>=4.13.0",
13
13
  "tomli>=2.2.1",
14
14
  "tomli-w>=1.2.0",
15
- "syft-rds==0.1.4",
15
+ "syft-rds==0.1.5",
16
16
  ]
17
17
 
18
18
  [project.scripts]
@@ -1,4 +1,4 @@
1
- __version__ = "0.1.5"
1
+ __version__ = "0.1.6"
2
2
 
3
3
  from syft_flwr.bootstrap import bootstrap
4
4
  from syft_flwr.run import run
File without changes
File without changes
File without changes