diff options
| -rw-r--r-- | environment.yml | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..1d34ab5 --- /dev/null +++ b/environment.yml @@ -0,0 +1,116 @@ +name: df +channels: + - https://mirrors.ustc.edu.cn/anaconda/pkgs/free + - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main + - conda-forge + - http://10.26.23.155:31785/repository/conda-cloud/Paddle + - defaults +dependencies: + - _libgcc_mutex=0.1=conda_forge + - _openmp_mutex=4.5=1_gnu + - _tflow_select=2.3.0=mkl + - absl-py=0.11.0=pyhd3eb1b0_1 + - astor=0.8.0=py27_0 + - backports=1.0=pyhd3eb1b0_2 + - backports.weakref=1.0.post1=py_1 + - blas=1.0=mkl + - c-ares=1.17.1=h27cfd23_0 + - ca-certificates=2021.5.30=ha878542_0 + - cairo=1.14.8=0 + - certifi=2016.2.28=py27_0 + - conda-pack=0.6.0=pyhd3deb0d_0 + - cudatoolkit=9.0=h13b8566_0 + - cudnn=7.1.2=cuda9.0_0 + - cycler=0.10.0=py27_0 + - dbus=1.10.20=0 + - enum34=1.1.6=py27_1 + - expat=2.1.0=0 + - fontconfig=2.12.1=3 + - freetype=2.5.5=2 + - funcsigs=1.0.2=py27_0 + - functools32=3.2.3.2=py27_0 + - future=0.18.2=py27_0 + - futures=3.3.0=py27_0 + - gast=0.4.0=py_0 + - glib=2.50.2=1 + - google-pasta=0.2.0=py_0 + - grpcio=1.12.1=py27hdbcaa40_0 + - gst-plugins-base=1.8.0=0 + - gstreamer=1.8.0=0 + - hdf5=1.10.4=hb1b8bf9_0 + - icu=54.1=0 + - intel-openmp=2019.4=243 + - jpeg=9b=0 + - keras=2.1.6=py27_0 + - keras-applications=1.0.8=py_1 + - keras-preprocessing=1.1.0=py_1 + - libffi=3.3=he6710b0_2 + - libgcc=7.2.0=h69d50b8_2 + - libgcc-ng=11.2.0=h1d223b6_9 + - libgfortran-ng=7.3.0=hdf63c60_0 + - libgomp=11.2.0=h1d223b6_9 + - libiconv=1.14=0 + - libpng=1.6.30=1 + - libprotobuf=3.11.2=hd408876_0 + - libstdcxx-ng=9.1.0=hdf63c60_0 + - libxcb=1.12=1 + - libxml2=2.9.4=0 + - linecache2=1.0.0=py_1 + - markdown=3.1.1=py27_0 + - matplotlib=2.0.2=np113py27_0 + - mkl=2018.0.3=1 + - mkl-service=1.1.2=py27h90e4bf4_5 + - mkl_fft=1.0.6=py27h7dd41cf_0 + - mkl_random=1.0.1=py27h4414c95_1 + - mock=3.0.5=py27_0 + - ncurses=6.2=he6710b0_1 + - openssl=1.0.2l=0 + - pcre=8.39=1 + - pip=19.3.1=py27_0 + - pixman=0.34.0=0 + - protobuf=3.11.2=py27he6710b0_0 + - pycairo=1.10.0=py27_0 + - pyparsing=2.2.0=py27_0 + - pyqt=5.6.0=py27_2 + - python=2.7.18=h15b4118_1 + - python_abi=2.7=1_cp27mu + - pyyaml=5.2=py27h7b6447c_0 + - qt=5.6.2=5 + - readline=8.1=h27cfd23_0 + - scipy=1.1.0=py27hd20e5f9_0 + - setuptools=36.4.0=py27_1 + - sip=4.18=py27_0 + - six=1.15.0=pyhd3eb1b0_0 + - sqlite=3.35.4=hdfb4753_0 + - subprocess32=3.2.7=py27_0 + - tbb=2020.3=hfd86e86_0 + - tbb4py=2019.8=py27hfd86e86_0 + - tensorflow-estimator=1.13.0=py_0 + - termcolor=1.1.0=py27_1 + - tk=8.6.10=hbc83047_0 + - traceback2=1.4.0=py_0 + - unittest2=1.1.0=pyhd3eb1b0_0 + - werkzeug=1.0.1=pyhd3eb1b0_0 + - wheel=0.36.2=pyhd3eb1b0_0 + - wrapt=1.11.2=py27h7b6447c_0 + - yaml=0.1.7=had09818_2 + - zlib=1.2.11=h7b6447c_3 + - pip: + - bleach==1.5.0 + - dill==0.3.3 + - h5py==2.7.1 + - html5lib==0.9999999 + - keras-metrics==1.1.0 + - keras-multi-head==0.28.0 + - keras-self-attention==0.50.0 + - numpy==1.16.6 + - pandas==0.24.2 + - python-dateutil==2.8.1 + - pytz==2021.1 + - scikit-learn==0.20.4 + - sklearn==0.0 + - tensorboard==1.8.0 + - tensorflow==1.8.0 + - tensorflow-gpu==1.8.0 + - tqdm==4.62.3 +prefix: /root/anaconda3/envs/df |
