Skip to content

Commit

Permalink
Pin syft version to 0.2.*
Browse files Browse the repository at this point in the history
Installing 0.3.0 was breaking tests
  • Loading branch information
TTitcombe committed Nov 24, 2020
1 parent 1e9b69a commit 83b8ddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
### Changed

- Moved dataset splitting helper functions to "utils" folder
- Pinned `syft` version in requirements to `< 0.3.0`


## [0.1.0] - 2020-07-10
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ See the [changelog](./CHANGELOG.md)
for information
on the current status of `PyVertical`.

**NOTE: PyVertical does not currently work with `syft 0.3.0`**

## The Process

Expand Down Expand Up @@ -69,7 +70,7 @@ we recommend using [Conda]:
- This creates an environment `pyvertical-dev`
- Comes with most dependencies you will need
1. Activate the environment with `conda activate pyvertical-dev`
1. Run `pip install syft[udacity]`
1. Run `pip install syft==0.2.*`
1. Run `conda install notebook`

N.b. Installing the dependencies takes several steps to circumvent versioning incompatibility between
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
syft
syft==0.2.*

0 comments on commit 83b8ddb

Please sign in to comment.