-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Madhava Jay
committed
Jun 13, 2023
1 parent
8b98a07
commit b6e5b21
Showing
9 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
manifestVersion: 0.1 | ||
hagrid_version: 0.3.22 | ||
syft_version: 0.8.1-beta.8 | ||
dockerTag: 0.8.1-beta.8 | ||
syft_version: 0.8.1-beta.9 | ||
dockerTag: 0.8.1-beta.9 | ||
baseUrl: https://raw.githubusercontent.com/OpenMined/PySyft/ | ||
hash: 936347b1ff638936242e2074273217ad919a5db9 | ||
hash: 8b98a07e66d193a7233cd4120681c1da016f4dde | ||
target_dir: ~/.hagrid/PySyft/ | ||
files: | ||
grid: | ||
path: packages/grid/ | ||
common: | ||
- rabbitmq/rabbitmq.conf | ||
- redis/redis.conf | ||
- seaweedfs/filer.toml | ||
- seaweedfs/s3config.json | ||
- vpn/config.yaml | ||
- rabbitmq/rabbitmq.conf | ||
- redis/redis.conf | ||
- seaweedfs/filer.toml | ||
- seaweedfs/s3config.json | ||
- vpn/config.yaml | ||
docker: | ||
- default.env | ||
- docker-compose.build.yml | ||
- docker-compose.dev.yml | ||
- docker-compose.pull.yml | ||
- docker-compose.test.yml | ||
- docker-compose.tls.yml | ||
- docker-compose.yml | ||
- traefik/docker/dynamic-tls.yml | ||
- traefik/docker/dynamic.yml | ||
- traefik/docker/traefik-tls.template.yml | ||
- traefik/docker/traefik.yml | ||
- vpn/headscale.dockerfile | ||
- vpn/tailscale.dockerfile | ||
- default.env | ||
- docker-compose.build.yml | ||
- docker-compose.dev.yml | ||
- docker-compose.pull.yml | ||
- docker-compose.test.yml | ||
- docker-compose.tls.yml | ||
- docker-compose.yml | ||
- traefik/docker/dynamic-tls.yml | ||
- traefik/docker/dynamic.yml | ||
- traefik/docker/traefik-tls.template.yml | ||
- traefik/docker/traefik.yml | ||
- vpn/headscale.dockerfile | ||
- vpn/tailscale.dockerfile | ||
k8s: | ||
- devspace.yaml | ||
- traefik/k8s/dynamic.yml | ||
- traefik/k8s/traefik.yml | ||
- devspace.yaml | ||
- traefik/k8s/dynamic.yml | ||
- traefik/k8s/traefik.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = syft | ||
version = attr: "0.8.1-beta.8" | ||
version = attr: "0.8.1-beta.9" | ||
description = Perform numpy-like analysis on data that remains in someone elses server | ||
author = OpenMined | ||
author_email = [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.8.1-beta.8" | ||
__version__ = "0.8.1-beta.9" | ||
|
||
# stdlib | ||
from pathlib import Path | ||
|