-
Notifications
You must be signed in to change notification settings - Fork 22
/
environment.yml
62 lines (62 loc) · 992 Bytes
/
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
name: vformer
channels:
- defaults
- conda-forge
dependencies:
- bzip2=1.0.8
- ca-certificates=2022.4.26
- libffi=3.4.2
- openssl=1.1.1p
- pip=21.2.4
- setuptools=61.2.0
- sqlite=3.38.5
- tk=8.6.12
- tzdata=2022a
- wheel=0.37.1
- xz=5.2.5
- zlib=1.2.12
- pip:
- arrow
- attrs
- backports-entry-points-selectable
- binaryornot
- certifi
- cfgv
- chardet
- charset-normalizer
- click
- cookiecutter
- distlib
- einops
- filelock
- identify
- idna
- iniconfig
- jinja2
- jinja2-time
- markupsafe
- nodeenv
- numpy
- olefile
- packaging
- pillow
- platformdirs
- pluggy
- poyo
- pre-commit
- py
- pyparsing
- pytest
- python-dateutil
- python-slugify
- pyyaml
- requests
- six
- text-unidecode
- toml
- tomli
- torch==1.12.0
- torchvision==0.13.0
- typing-extensions
- urllib3
- virtualenv