-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment.yml
104 lines (104 loc) · 5.13 KB
/
environment.yml
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
name: py310
channels:
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8
- ca-certificates=2024.6.2
- cudatoolkit=11.2.2
- cudnn=8.1.0.77
- libffi=3.4.4
- openssl=3.3.1
- pip=24.0
- python=3.10.14
- setuptools=69.5.1
- sqlite=3.45.3
- tk=8.6.14
- ucrt=10.0.22621.0
- vc=14.2
- vc14_runtime=14.40.33810
- vs2015_runtime=14.40.33810
- wheel=0.43.0
- xz=5.4.6
- zlib=1.2.13
- pip:
- absl-py==2.1.0
- astunparse==1.6.3
- av==12.1.0
- cachetools==5.3.3
- certifi==2024.6.2
- charset-normalizer==3.3.2
- colorama==0.4.6
- contourpy==1.2.1
- cycler==0.12.1
- djitellopy==2.5.0
- et-xmlfile==1.1.0
- filelock==3.13.1
- flatbuffers==24.3.25
- fonttools==4.53.0
- fsspec==2024.2.0
- gast==0.4.0
- google-auth==2.30.0
- google-auth-oauthlib==0.4.6
- google-pasta==0.2.0
- grpcio==1.64.1
- h5py==3.11.0
- idna==3.7
- intel-openmp==2021.4.0
- jinja2==3.1.3
- keras==2.10.0
- keras-preprocessing==1.1.2
- kiwisolver==1.4.5
- libclang==18.1.1
- markdown==3.6
- markupsafe==2.1.5
- matplotlib==3.9.0
- mkl==2021.4.0
- mpmath==1.3.0
- networkx==3.2.1
- numpy==1.26.4
- oauthlib==3.2.2
- opencv-python==4.10.0.82
- openpyxl==3.1.4
- opt-einsum==3.3.0
- packaging==24.0
- pandas==2.2.2
- pillow==10.2.0
- protobuf==3.19.6
- psutil==5.9.8
- py-cpuinfo==9.0.0
- pyasn1==0.6.0
- pyasn1-modules==0.4.0
- pygame==2.5.2
- pynput==1.7.7
- pyparsing==3.1.2
- python-dateutil==2.9.0.post0
- pytz==2024.1
- pyyaml==6.0.1
- requests==2.32.3
- requests-oauthlib==2.0.0
- rsa==4.9
- scipy==1.13.1
- seaborn==0.13.2
- six==1.16.0
- sympy==1.12
- tbb==2021.11.0
- tensorboard==2.10.1
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- tensorflow==2.10.1
- tensorflow-estimator==2.10.0
- tensorflow-io-gcs-filesystem==0.31.0
- termcolor==2.4.0
- torch==2.3.1+cu118
- torchaudio==2.3.1+cu118
- torchvision==0.18.1+cu118
- tqdm==4.66.4
- typing-extensions==4.12.1
- tzdata==2024.1
- ultralytics==8.2.28
- ultralytics-thop==0.2.7
- urllib3==2.2.1
- werkzeug==3.0.3
- wrapt==1.16.0
prefix: C:\Users\Jinyo\anaconda3\envs\py310