Skip to content

Instantly share code, notes, and snippets.

@gmodena
Created June 29, 2021 14:19
Show Gist options
  • Save gmodena/649b01c5a658aba5e866d94182740ad6 to your computer and use it in GitHub Desktop.
Save gmodena/649b01c5a658aba5e866d94182740ad6 to your computer and use it in GitHub Desktop.
pysyft conda environment for maOS big sur
name: pysyft
channels:
- defaults
dependencies:
- ca-certificates=2021.4.13=hecd8cb5_1
- certifi=2020.12.5=py36hecd8cb5_0
- libcxx=10.0.0=1
- libffi=3.3=hb1e8313_2
- ncurses=6.2=h0a44026_1
- openssl=1.1.1k=h9ed2024_0
- pip=21.0.1=py36hecd8cb5_0
- python=3.6.13=h88f2d9e_0
- readline=8.1=h9ed2024_0
- setuptools=52.0.0=py36hecd8cb5_0
- sqlite=3.35.4=hce871da_0
- tk=8.6.10=hb0a8c7a_0
- wheel=0.36.2=pyhd3eb1b0_0
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- pip:
- aioice==0.6.18
- aiortc==0.9.28
- appnope==0.1.2
- async-generator==1.10
- attrs==20.3.0
- av==8.0.3
- backcall==0.2.0
- bidict==0.21.2
- bleach==3.3.0
- cffi==1.14.5
- chardet==3.0.4
- click==7.1.2
- crc32c==2.2
- cryptography==3.4.7
- dataclasses==0.8
- decorator==5.0.7
- defusedxml==0.7.1
- dill==0.3.3
- entrypoints==0.3
- flask==1.1.2
- flask-socketio==4.2.1
- idna==2.8
- importlib-metadata==4.0.1
- importlib-resources==1.5.0
- ipykernel==5.5.3
- ipython==7.16.1
- ipython-genutils==0.2.0
- itsdangerous==1.1.0
- jedi==0.18.0
- jinja2==2.11.3
- jsonschema==3.2.0
- jupyter-client==6.1.12
- jupyter-core==4.7.1
- jupyterlab-pygments==0.1.2
- lz4==3.0.2
- markupsafe==1.1.1
- mistune==0.8.4
- msgpack==1.0.2
- nbclient==0.5.3
- nbconvert==6.0.7
- nbformat==5.1.3
- nest-asyncio==1.5.1
- netifaces==0.10.9
- notebook==5.7.8
- numpy==1.18.5
- openmined-threepio==0.2.0
- packaging==20.9
- pandocfilters==1.4.3
- parso==0.8.2
- pexpect==4.8.0
- phe==1.4.0
- pickleshare==0.7.5
- pillow==8.2.0
- prometheus-client==0.10.1
- prompt-toolkit==3.0.18
- protobuf==3.15.8
- psutil==5.7.0
- ptyprocess==0.7.0
- pycparser==2.20
- pyee==8.1.0
- pygments==2.8.1
- pylibsrtp==0.6.8
- pyparsing==2.4.7
- pyrsistent==0.17.3
- python-dateutil==2.8.1
- python-engineio==4.1.0
- python-socketio==5.2.1
- pyzmq==22.0.3
- requests==2.22.0
- requests-toolbelt==0.9.1
- restrictedpython==5.1
- scipy==1.4.1
- send2trash==1.5.0
- shaloop==0.2.1-alpha.11
- six==1.15.0
- syft==0.2.9
- syft-proto==0.5.3
- tblib==1.6.0
- terminado==0.9.4
- testpath==0.4.4
- torch==1.4.0
- torchvision==0.5.0
- tornado==4.5.3
- traitlets==4.3.3
- typing-extensions==3.7.4.3
- urllib3==1.25.11
- wcwidth==0.2.5
- webencodings==0.5.1
- websocket-client==0.57.0
- websockets==8.1
- werkzeug==1.0.1
- zipp==3.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment