Skip to content

Commit

Permalink
Merge pull request #9352 from OpenMined/update-readme-0.9.2
Browse files Browse the repository at this point in the history
update readme versions
  • Loading branch information
koenvanderveen authored Oct 29, 2024
2 parents 993f8fe + 9673990 commit efe59fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Run syft backend base image building test
if: steps.changes.outputs.stack == 'true'
timeout-minutes: 60
run: |
tox -e backend.test.basecpu
# timeout-minutes: 60
# run: |
# tox -e backend.test.basecpu
# run: |
# echo "Skipping pr image test"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Launch <a href="https://docs.openmined.org/en/latest/deployment/deployment-doc-1
```python
import syft as sy

sy.requires(">=0.9.1,<0.9.2")
sy.requires(">=0.9.2,<0.9.3")

server = sy.orchestra.launch(
name="my-datasite",
Expand Down Expand Up @@ -70,7 +70,7 @@ Main way to use a Datasite is via our Syft client, in a Jupyter Notebook. Check
```python
import syft as sy

sy.requires(">=0.9.1,<0.9.2")
sy.requires(">=0.9.2,<0.9.3")

datasite_client = sy.login(
port=8080,
Expand Down Expand Up @@ -138,12 +138,12 @@ For questions about PySyft, reach out via `#support` on <a href="https://slack.o

**Latest Stable**

- `0.9.1` (Stable) - <a href="https://docs.openmined.org/en/latest/index.html">Docs</a>
- `0.9.2` (Stable) - <a href="https://docs.openmined.org/en/latest/index.html">Docs</a>
- Install PySyft (Stable): `pip install -U syft`

**Latest Beta**

- `0.9.2` (Beta) - `dev` branch 👈🏽
- `0.9.3` (Beta) - `dev` branch 👈🏽
- Install PySyft (Beta): `pip install -U syft --pre`

Find more about previous <a href="./releases.md">releases here</a>.
Expand Down

0 comments on commit efe59fe

Please sign in to comment.