Skip to content

Commit

Permalink
Merge pull request #8265 from OpenMined/rasswanth/fix_bump_version
Browse files Browse the repository at this point in the history
fix syft versions
  • Loading branch information
rasswanth-s authored Nov 15, 2023
2 parents 653e342 + b7f56e0 commit cfc1760
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 cfc1760

Please sign in to comment.