diff options
Diffstat (limited to 'environment.yml')
| -rw-r--r-- | environment.yml | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..148a444 --- /dev/null +++ b/environment.yml @@ -0,0 +1,97 @@ +name: biggan +channels: + - anaconda + - defaults +dependencies: + - _libgcc_mutex=0.1=main + - _tflow_select=2.1.0=gpu + - absl-py=0.8.1=py36_0 + - astor=0.8.0=py36_0 + - blas=1.0=mkl + - c-ares=1.15.0=h7b6447c_1001 + - ca-certificates=2019.10.16=0 + - certifi=2019.9.11=py36_0 + - cudatoolkit=10.0.130=0 + - cudnn=7.6.4=cuda10.0_0 + - cupti=10.0.130=0 + - gast=0.2.2=py36_0 + - google-pasta=0.1.8=py_0 + - grpcio=1.16.1=py36hf8bcb03_1 + - hdf5=1.10.4=hb1b8bf9_0 + - intel-openmp=2019.5=281 + - keras-applications=1.0.8=py_0 + - keras-preprocessing=1.1.0=py_1 + - libedit=3.1.20181209=hc058e9b_0 + - libffi=3.2.1=hd88cf55_4 + - libgcc-ng=9.1.0=hdf63c60_0 + - libgfortran-ng=7.3.0=hdf63c60_0 + - libprotobuf=3.10.1=hd408876_0 + - libstdcxx-ng=9.1.0=hdf63c60_0 + - markdown=3.1.1=py36_0 + - mkl=2019.5=281 + - mkl-service=2.3.0=py36he904b0f_0 + - mkl_fft=1.0.15=py36ha843d7b_0 + - mkl_random=1.1.0=py36hd6b4f25_0 + - ncurses=6.1=he6710b0_1 + - openssl=1.1.1=h7b6447c_0 + - opt_einsum=3.1.0=py_0 + - pip=19.3.1=py36_0 + - protobuf=3.10.1=py36he6710b0_0 + - python=3.6.9=h265db76_0 + - readline=7.0=h7b6447c_5 + - scipy=1.3.1=py36h7c811a0_0 + - setuptools=42.0.1=py36_0 + - six=1.13.0=py36_0 + - sqlite=3.30.1=h7b6447c_0 + - tensorflow-gpu=2.0.0=h0d30ee6_0 + - termcolor=1.1.0=py36_1 + - tk=8.6.8=hbc83047_0 + - werkzeug=0.16.0=py_0 + - wheel=0.33.6=py36_0 + - wrapt=1.11.2=py36h7b6447c_0 + - xz=5.2.4=h14c3975_4 + - zlib=1.2.11=h7b6447c_3 + - pip: + - boto==2.49.0 + - boto3==1.10.28 + - botocore==1.13.28 + - chardet==3.0.4 + - click==7.0 + - cloudpickle==1.1.1 + - colorlog==4.0.2 + - cycler==0.10.0 + - decorator==4.4.1 + - docutils==0.15.2 + - future==0.18.2 + - gensim==3.8.1 + - gevent==1.4.0 + - greenlet==0.4.15 + - h5py==2.10.0 + - idna==2.8 + - imutils==0.5.3 + - jmespath==0.9.4 + - kiwisolver==1.1.0 + - matplotlib==3.0.3 + - msgpack==0.6.2 + - numpy==1.16.2 + - opencv-python==4.1.2.30 + - pillow==6.2.1 + - pymediainfo==4.1 + - pyparsing==2.4.5 + - python-dateutil==2.8.0 + - python-dotenv==0.10.3 + - pyyaml==5.1.2 + - pyzmq==18.1.1 + - requests==2.21.0 + - s3transfer==0.2.1 + - smart-open==1.9.0 + - tensorboard==1.15.0 + - tensorflow==1.15.0 + - tensorflow-estimator==1.15.1 + - tensorflow-hub==0.6.0 + - tensorflow-probability==0.8.0 + - tqdm==4.40.2 + - urllib3==1.24.3 + - zerorpc==0.6.3 +prefix: /home/lens/miniconda3/envs/biggan + |
