Skip to content

Commit

Permalink
Remove non-essential dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohk committed May 4, 2020
1 parent a00d541 commit 056a812
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions tiny-vgg/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,13 @@ name: tiny-vgg
channels:
- defaults
dependencies:
- ca-certificates=2020.1.1
- certifi=2020.4.5.1
- libcxx=4.0.1
- libcxxabi=4.0.1
- libedit=3.1.20181209
- libffi=3.2.1
- ncurses=6.2
- openssl=1.1.1g
- pip=20.0.2
- python=3.6.10
- readline=8.0
- setuptools=46.1.3
- sqlite=3.31.1
- tk=8.6.8
- wheel=0.34.2
- xz=5.2.5
- zlib=1.2.11
- pip:
- absl-py==0.9.0
- astor==0.8.1
- cachetools==4.1.0
- chardet==3.0.4
- gast==0.2.2
- google-auth==1.14.1
- google-auth-oauthlib==0.4.1
- google-pasta==0.2.0
- grpcio==1.28.1
- h5py==2.10.0
- idna==2.9
- keras-applications==1.0.8
- keras-preprocessing==1.1.0
- markdown==3.2.1
- numpy==1.18.3
- oauthlib==3.1.0
- opt-einsum==3.2.1
- prompt-toolkit==1.0.14
- protobuf==3.11.3
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pygments==2.6.1
- pyinquirer==1.0.3
- regex==2020.4.4
- requests==2.23.0
- requests-oauthlib==1.3.0
- rsa==4.0
- pandas==1.0.3
- scipy==1.4.1
- six==1.14.0
- tensorboard==2.1.1
- tensorflow==2.1.0
- tensorflow-cpu==2.1.0
- tensorflow-estimator==2.1.0
- tensorflow-hub==0.7.0
- tensorflowjs==1.7.4
- termcolor==1.1.0
- urllib3==1.25.9
- wcwidth==0.1.9
- werkzeug==1.0.1
- wrapt==1.12.1

0 comments on commit 056a812

Please sign in to comment.