-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yaml
More file actions
108 lines (107 loc) · 2.59 KB
/
environment.yaml
File metadata and controls
108 lines (107 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: newenv
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- ca-certificates=2024.11.26=h06a4308_0
- certifi=2022.12.7=py37h06a4308_0
- ld_impl_linux-64=2.40=h12ee557_0
- libffi=3.3=he6710b0_2
- libgcc-ng=9.1.0=hdf63c60_0
- libstdcxx-ng=9.1.0=hdf63c60_0
- ncurses=6.3=h7f8727e_2
- openssl=1.1.1w=h7f8727e_0
- pip=22.3.1=py37h06a4308_0
- python=3.7.13=h12debd9_0
- readline=8.1.2=h7f8727e_1
- setuptools=65.6.3=py37h06a4308_0
- sqlite=3.38.5=hc218d9a_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=py37h06a4308_0
- xz=5.2.5=h7f8727e_1
- zlib=1.2.12=h7f8727e_2
- pip:
- addict==2.4.0
- aliyun-python-sdk-core==2.16.0
- aliyun-python-sdk-kms==2.16.5
- attrs==24.2.0
- backcall==0.2.0
- cffi==1.15.1
- charset-normalizer==3.4.0
- click==8.1.7
- colorama==0.4.6
- crcmod==1.7
- cryptography==44.0.0
- cycler==0.11.0
- decorator==5.1.1
- filelock==3.12.2
- fonttools==4.38.0
- fsspec==2023.1.0
- huggingface-hub==0.16.4
- idna==3.10
- importlib-metadata==6.7.0
- ipython==7.34.0
- jedi==0.19.2
- jmespath==0.10.0
- joblib==1.3.2
- kiwisolver==1.4.5
- markdown==3.4.4
- markdown-it-py==2.2.0
- matplotlib==3.5.3
- matplotlib-inline==0.1.6
- mdurl==0.1.2
- mmcls==0.25.0
- mmcv-full==1.7.0
- mmengine==0.10.5
- mmsegmentation==0.29.1
- model-index==0.1.11
- numpy==1.21.6
- nvidia-cublas-cu11==11.10.3.66
- nvidia-cuda-nvrtc-cu11==11.7.99
- nvidia-cuda-runtime-cu11==11.7.99
- nvidia-cudnn-cu11==8.5.0.96
- opencv-python==4.10.0.84
- opendatalab==0.0.10
- openmim==0.3.9
- openxlab==0.0.10
- ordered-set==4.1.0
- oss2==2.17.0
- packaging==24.0
- pandas==1.3.5
- parso==0.8.4
- pexpect==4.9.0
- pickleshare==0.7.5
- pillow==9.5.0
- platformdirs==4.0.0
- prettytable==3.7.0
- prompt_toolkit==3.0.48
- ptflops==0.7.3
- ptyprocess==0.7.0
- pycparser==2.21
- pycryptodome==3.21.0
- pygments==2.17.2
- pyparsing==3.1.4
- python-dateutil==2.9.0.post0
- pytz==2023.4
- pyyaml==6.0.1
- requests==2.28.2
- rich==13.8.1
- safetensors==0.4.5
- scikit-learn==1.0.2
- scipy==1.7.3
- six==1.17.0
- tabulate==0.9.0
- termcolor==2.3.0
- threadpoolctl==3.1.0
- timm==0.9.12
- tomli==2.0.1
- torch==1.13.1
- torchvision==0.14.1
- tqdm==4.65.2
- traitlets==5.9.0
- typing_extensions==4.7.1
- urllib3==1.26.20
- wcwidth==0.2.13
- yapf==0.43.0
- zipp==3.15.0
prefix: /home/liujf/anaconda3/envs/newenv