-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
100 lines (99 loc) · 2.7 KB
/
Copy pathenvironment.yml
File metadata and controls
100 lines (99 loc) · 2.7 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
# environment.yml
name: myCV
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- defaults
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/msys2
dependencies:
- bzip2=1.0.8=h2466b09_7
- ca-certificates=2025.8.3=h4c7d964_0
- libexpat=2.7.1=hac47afa_0
- libffi=3.4.6=h537db12_1
- liblzma=5.8.1=h2466b09_2
- libsqlite=3.50.4=hf5d6505_0
- libzlib=1.3.1=h2466b09_2
- openssl=3.5.2=h725018a_0
- pip=25.2=pyh8b19718_0
- python=3.11.13=h3f84c4b_0_cpython
- setuptools=80.9.0=pyhff2d567_0
- tk=8.6.13=h2c6b04d_2
- ucrt=10.0.22621.0=h57928b3_1
- vc=14.3=h41ae7f8_31
- vc14_runtime=14.44.35208=h818238b_31
- vcomp14=14.44.35208=h818238b_31
- wheel=0.45.1=pyhd8ed1ab_1
- pip:
- asttokens==3.0.0
- bidict==0.23.1
- blinker==1.9.0
- certifi==2025.8.3
- charset-normalizer==3.4.3
- click==8.2.1
- colorama==0.4.6
- contourpy==1.3.3
- cycler==0.12.1
- decorator==5.2.1
- executing==2.2.0
- filelock==3.19.1
- flask==3.1.2
- flask-socketio==5.5.1
- flask-sqlalchemy==3.1.1
- fonttools==4.59.1
- fsspec==2025.7.0
- greenlet==3.2.4
- h11==0.16.0
- idna==3.10
- ipython==9.4.0
- ipython-pygments-lexers==1.1.1
- itsdangerous==2.2.0
- jedi==0.19.2
- jinja2==3.1.6
- kiwisolver==1.4.9
- markupsafe==3.0.2
- matplotlib==3.10.5
- matplotlib-inline==0.1.7
- mpmath==1.3.0
- networkx==3.5
- numpy==2.2.6
- opencv-python==4.12.0.88
- packaging==25.0
- pandas==2.3.1
- parso==0.8.4
- pillow==11.3.0
- prompt-toolkit==3.0.51
- psutil==7.0.0
- pure-eval==0.2.3
- py-cpuinfo==9.0.0
- pygments==2.19.2
- pyparsing==3.2.3
- python-dateutil==2.9.0.post0
- python-engineio==4.12.2
- python-socketio==5.13.0
- pytz==2025.2
- pyyaml==6.0.2
- requests==2.32.5
- scipy==1.16.1
- simple-websocket==1.1.0
- six==1.17.0
- sqlalchemy==2.0.43
- stack-data==0.6.3
- sympy==1.14.0
- torch==2.4.1
- torch-directml==0.2.5.dev240914
- torchvision==0.19.1
- tqdm==4.67.1
- traitlets==5.14.3
- typing-extensions==4.14.1
- tzdata==2025.2
- ultralytics==8.3.182
- ultralytics-thop==2.0.15
- urllib3==2.5.0
- wcwidth==0.2.13
- werkzeug==3.1.3
- wsproto==1.2.0
prefix: D:\Anaconda\envs\myCV