Created
May 25, 2020 01:43
-
-
Save edjdavid/530ced14bbb0abcbaba77056bc496feb to your computer and use it in GitHub Desktop.
Conda Env for Tensorflow 2.2.0 on aarch64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tf | |
channels: | |
- conda-forge | |
- edj.david | |
dependencies: | |
- python=3.7 | |
- ipykernel | |
- numpy >=1.16,<2.0 | |
- scipy =1.4 | |
- gast =0.3.3 | |
- six | |
- wrapt >=1.11.1 | |
- grpcio >=1.8.6 | |
- h5py <2.11.0,>=2.10.0 | |
- keras-preprocessing | |
- keras-applications | |
- protobuf | |
- google-pasta >=0.1.8 | |
- termcolor >=1.1.0 | |
- google-auth-oauthlib <0.5,>=0.4.1 | |
- markdown>=2.6.8 | |
- requests <3,>=2.21.0 | |
- werkzeug >=0.11.15 | |
- requests-oauthlib >=0.7.0 | |
- rsa <4.1,>=3.1.4 | |
- cachetools <5.0,>=2.0.0 | |
- pyasn1-modules >=0.2.1 | |
- importlib-metadata | |
- chardet <4,>=3.0.2 | |
- urllib3 !=1.25.0,!=1.25.1,<1.26,>=1.21.1 | |
- idna <3,>=2.5 | |
- oauthlib >=3.0.0 | |
- pyasn1 >=0.1.3 | |
- zipp >=0.5 | |
- pip | |
- pip: | |
- absl-py ==0.9.0 | |
- astunparse ==1.6.3 | |
- opt_einsum >=2.3.2 | |
- tensorboard-plugin-wit ==1.6 | |
- tensorflow-estimator ==2.2.0 | |
- tensorboard ==2.2.1 | |
- https://github.com/lhelontra/tensorflow-on-arm/releases/download/v2.2.0/tensorflow-2.2.0-cp37-none-linux_aarch64.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment