From 9aa68d17e35fd0c3303ed4e0a62079af5cd27b60 Mon Sep 17 00:00:00 2001 From: Zofia Galla Date: Sun, 30 May 2021 22:51:33 +0200 Subject: [PATCH] Add conda env --- env_conda.yaml | 115 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 env_conda.yaml diff --git a/env_conda.yaml b/env_conda.yaml new file mode 100644 index 0000000..e6869b6 --- /dev/null +++ b/env_conda.yaml @@ -0,0 +1,115 @@ +name: ium2 +channels: + - defaults +dependencies: + - _libgcc_mutex=0.1=main + - blas=1.0=mkl + - ca-certificates=2021.5.25=h06a4308_1 + - certifi=2020.12.5=py39h06a4308_0 + - intel-openmp=2021.2.0=h06a4308_610 + - ld_impl_linux-64=2.33.1=h53a641e_7 + - libffi=3.3=he6710b0_2 + - libgcc-ng=9.1.0=hdf63c60_0 + - libstdcxx-ng=9.1.0=hdf63c60_0 + - mkl=2021.2.0=h06a4308_296 + - mkl-service=2.3.0=py39h27cfd23_1 + - mkl_fft=1.3.0=py39h42c9631_2 + - mkl_random=1.2.1=py39ha9443f7_2 + - ncurses=6.2=he6710b0_1 + - openssl=1.1.1k=h27cfd23_0 + - pip=21.1.1=py39h06a4308_0 + - python=3.9.5=hdb3f193_3 + - readline=8.1=h27cfd23_0 + - setuptools=52.0.0=py39h06a4308_0 + - sqlite=3.35.4=hdfb4753_0 + - tk=8.6.10=hbc83047_0 + - tzdata=2020f=h52ac0ba_0 + - wheel=0.36.2=pyhd3eb1b0_0 + - xz=5.2.5=h7b6447c_0 + - zlib=1.2.11=h7b6447c_3 + - pip: + - absl-py==0.12.0 + - alembic==1.4.1 + - astunparse==1.6.3 + - cachetools==4.2.2 + - chardet==4.0.0 + - click==8.0.1 + - cloudpickle==1.6.0 + - colorama==0.4.4 + - cycler==0.10.0 + - databricks-cli==0.14.3 + - docker==5.0.0 + - docopt==0.6.2 + - entrypoints==0.3 + - flask==2.0.1 + - flatbuffers==1.12 + - gast==0.4.0 + - gitdb==4.0.7 + - gitpython==3.1.17 + - google-auth==1.30.1 + - google-auth-oauthlib==0.4.4 + - google-pasta==0.2.0 + - greenlet==1.1.0 + - grpcio==1.34.1 + - gunicorn==20.1.0 + - h5py==3.1.0 + - idna==2.10 + - itsdangerous==2.0.1 + - jinja2==3.0.1 + - jsonpickle==1.5.2 + - kaggle==1.5.12 + - keras==2.3.1 + - keras-applications==1.0.8 + - keras-nightly==2.5.0.dev2021032900 + - keras-preprocessing==1.1.2 + - kiwisolver==1.3.1 + - mako==1.1.4 + - markdown==3.3.4 + - markupsafe==2.0.1 + - matplotlib==3.4.2 + - mlflow==1.17.0 + - munch==2.5.0 + - numpy==1.20.3 + - oauthlib==3.1.0 + - opt-einsum==3.3.0 + - packaging==20.9 + - pandas==1.2.4 + - pillow==8.2.0 + - prometheus-client==0.10.1 + - prometheus-flask-exporter==0.18.2 + - protobuf==3.17.1 + - py-cpuinfo==8.0.0 + - pyasn1==0.4.8 + - pyasn1-modules==0.2.8 + - pymongo==3.11.4 + - pyparsing==2.4.7 + - python-dateutil==2.8.1 + - python-editor==1.0.4 + - python-slugify==5.0.2 + - pytz==2021.1 + - pyyaml==5.4.1 + - querystring-parser==1.2.4 + - requests==2.25.1 + - requests-oauthlib==1.3.0 + - rsa==4.7.2 + - sacred==0.8.2 + - scipy==1.6.3 + - six==1.16.0 + - smmap==4.0.0 + - sqlalchemy==1.4.17 + - sqlparse==0.4.1 + - tabulate==0.8.9 + - tensorboard==2.5.0 + - tensorboard-data-server==0.6.1 + - tensorboard-plugin-wit==1.8.0 + - tensorflow==2.5.0 + - tensorflow-estimator==2.5.0 + - termcolor==1.1.0 + - text-unidecode==1.3 + - tqdm==4.61.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.5 + - websocket-client==1.0.1 + - werkzeug==2.0.1 + - wrapt==1.12.1 +prefix: /home/Foczka/anaconda3/envs/ium2 \ No newline at end of file