Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update environment setup instructions and YAML #336

Open
wants to merge 1 commit into
base: foundations-of-private-computation
Choose a base branch
from
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