Skip to content

Commit

Permalink
fix syft versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Nov 15, 2023
1 parent 29000d0 commit b7f56e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hagrid/hagrid/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .version import __version__

LATEST_STABLE_SYFT = "0.8.2"
LATEST_BETA_SYFT = "0.8.2-beta.0"
LATEST_BETA_SYFT = "0.8.3-beta.0"

DOCKER_ERROR = """
You are running an old version of docker, possibly on Linux. You need to install v2.
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
from .util.util import get_root_data_path # noqa: F401
from .util.version_compare import make_requires

LATEST_STABLE_SYFT = "0.8.3-beta.0"
LATEST_STABLE_SYFT = "0.8.2"
requires = make_requires(LATEST_STABLE_SYFT, __version__)


Expand Down

0 comments on commit b7f56e0

Please sign in to comment.