forked from zisianw/FaceBoxes.PyTorch
-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.yml
97 lines (97 loc) · 2.56 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
name: faceboxes
channels:
- pytorch
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- blas=1.0=mkl
- bzip2=1.0.8=h5eee18b_6
- ca-certificates=2024.3.11=h06a4308_0
- expat=2.6.2=h6a678d5_0
- filelock=3.13.1=py312h06a4308_0
- intel-openmp=2023.1.0=hdb19cb5_46306
- jinja2=3.1.4=py312h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.4=h6a678d5_1
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- libuuid=1.41.5=h5eee18b_0
- llvm-openmp=14.0.6=h9e868ea_0
- markupsafe=2.1.3=py312h5eee18b_0
- mkl=2023.1.0=h213fc3f_46344
- mkl-service=2.4.0=py312h5eee18b_1
- mkl_fft=1.3.8=py312h5eee18b_0
- mkl_random=1.2.4=py312hdb19cb5_0
- mpmath=1.3.0=py312h06a4308_0
- ncurses=6.4=h6a678d5_0
- networkx=3.2.1=py312h06a4308_0
- numpy=1.26.4=py312hc5e2394_0
- numpy-base=1.26.4=py312h0da6c21_0
- openssl=3.0.13=h7f8727e_2
- pip=24.0=py312h06a4308_0
- python=3.12.3=h996f2a0_1
- pytorch=2.3.1=py3.12_cpu_0
- pytorch-mutex=1.0=cpu
- pyyaml=6.0.1=py312h5eee18b_0
- readline=8.2=h5eee18b_0
- setuptools=69.5.1=py312h06a4308_0
- sqlite=3.45.3=h5eee18b_0
- sympy=1.12=py312h06a4308_0
- tbb=2021.8.0=hdb19cb5_0
- tk=8.6.14=h39e8969_0
- typing_extensions=4.11.0=py312h06a4308_0
- wheel=0.43.0=py312h06a4308_0
- xz=5.4.6=h5eee18b_1
- yaml=0.2.5=h7b6447c_0
- zlib=1.2.13=h5eee18b_1
- pip:
- aiohttp==3.9.5
- aiosignal==1.3.1
- attrs==23.2.0
- certifi==2024.6.2
- cffi==1.16.0
- charset-normalizer==3.3.2
- click==8.1.7
- colorama==0.4.6
- cryptography==42.0.8
- cython==3.0.10
- datasets==2.19.2
- dill==0.3.8
- flwr==1.8.0
- flwr-datasets==0.1.0
- frozenlist==1.4.1
- fsspec==2024.3.1
- grpcio==1.64.1
- huggingface-hub==0.23.3
- idna==3.7
- iterators==0.0.2
- markdown-it-py==3.0.0
- mdurl==0.1.2
- multidict==6.0.5
- multiprocess==0.70.16
- opencv-python==4.10.0.82
- packaging==24.0
- pandas==2.2.2
- pillow==10.3.0
- protobuf==4.25.3
- pyarrow==16.1.0
- pyarrow-hotfix==0.6
- pycparser==2.22
- pycryptodome==3.20.0
- pygments==2.18.0
- python-dateutil==2.9.0.post0
- pytz==2024.1
- requests==2.32.3
- rich==13.7.1
- shellingham==1.5.4
- six==1.16.0
- tomli==2.0.1
- torchvision==0.18.1
- tqdm==4.66.4
- typer==0.9.4
- tzdata==2024.1
- urllib3==2.2.1
- xxhash==3.4.1
- yarl==1.9.4