Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pip install -r requirements.txt
For now please install Syft like this:

```bash
pip install git+https://github.com/OpenMined/PySyft@dev#egg=syft
pip install git+https://github.com/openmined/PySyft@dev#subdirectory=packages/syft
```

#### Windows Prerequisites
Expand Down
9 changes: 5 additions & 4 deletions openmined_courses_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- cpuonly
- dataclasses
- flask
- flask>=1.1.2,<2.0.0
- jupyter
- loguru
- matplotlib
Expand All @@ -16,22 +16,23 @@ dependencies:
- protobuf
- pip
- pynacl
- pytorch<=1.8.0,>=1.4.0
- pytorch<=1.8.1,>=1.4.0
- python>=3.6
- requests
- scikit-learn
- seaborn
- setuptools
- sqlitedict
- statsmodels
- torchvision<=0.9,>=0.5
- torchvision<=0.9.1,>=0.5
- typeguard
- typing-extensions
- websockets
- Werkzeug>=1.0.1,<2.0.0
- pip:
- aiortc
- cryptography
- dpcontracts
- forbiddenfruit>=0.1.3
- git+https://github.com/OpenMined/PySyft@dev#egg=syft
- git+https://github.com/openmined/PySyft@dev#subdirectory=packages/syft
- pydagogy