Skip to content

Commit

Permalink
Add conda enviroment file.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirSinitsin committed Jun 19, 2022
1 parent 91485b1 commit c2d3ffe
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: reid_torch
channels:
- <unknown>
- anaconda
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- ca-certificates=2020.10.14=0
- certifi=2020.6.20=py36_0
- cudatoolkit=9.0=h13b8566_0
- cudnn=7.0.5=cuda8.0_0
- 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
- ncurses=6.2=he6710b0_1
- openssl=1.1.1k=h27cfd23_0
- pip=21.0.1=py36h06a4308_0
- python=3.6.13=hdb3f193_0
- readline=8.1=h27cfd23_0
- setuptools=52.0.0=py36h06a4308_0
- sqlite=3.35.4=hdfb4753_0
- tk=8.6.10=hbc83047_0
- wheel=0.36.2=pyhd3eb1b0_0
- xz=5.2.5=h7b6447c_0
- zlib=1.2.11=h7b6447c_3
- pip:
- backcall==0.2.0
- black==22.3.0
- chardet==3.0.4
- click==8.0.4
- dataclasses==0.8
- idna==2.10
- ipython==7.16.3
- ipython-genutils==0.2.0
- jedi==0.17.2
- matplotlib==3.3.4
- mypy-extensions==0.4.3
- pandas==1.1.5
- parso==0.7.1
- pathspec==0.9.0
- pexpect==4.8.0
- pickleshare==0.7.5
- platformdirs==2.4.0
- progressbar==2.5
- prompt-toolkit==3.0.29
- psutil==5.9.1
- ptyprocess==0.7.0
- pygments==2.12.0
- pytz==2022.1
- pyyaml==6.0
- seaborn==0.11.2
- tensorboard==2.9.1
- tensorboard-data-server==0.6.1
- tensorflow-gpu==1.5.0
- tensorflow-tensorboard==1.5.1
- thop==0.1.0-2206102148
- tomli==1.2.3
- torch==1.10.1
- torchvision==0.11.2
- tqdm==4.64.0
- traitlets==4.3.3
- typed-ast==1.5.4
- urllib3==1.25.11
- wcwidth==0.2.5

0 comments on commit c2d3ffe

Please sign in to comment.