generated from c17hawke/dvc-project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconda.yaml
121 lines (121 loc) · 2.82 KB
/
conda.yaml
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
name: ~\insurance_fraud_detection\env
channels:
- defaults
dependencies:
- ca-certificates=2022.10.11=haa95532_0
- certifi=2022.9.24=py37haa95532_0
- openssl=1.1.1s=h2bbff1b_0
- pip=22.3.1=py37haa95532_0
- python=3.7.15=h6244533_1
- setuptools=65.5.0=py37haa95532_0
- sqlite=3.40.0=h2bbff1b_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.37.1=pyhd3eb1b0_0
- wincertstore=0.2=py37haa95532_2
- pip:
- aiohttp==3.8.3
- aiohttp-retry==2.8.3
- aiosignal==1.3.1
- appdirs==1.4.4
- async-timeout==4.0.2
- asyncssh==2.12.0
- asynctest==0.13.0
- atpublic==3.1.1
- attrs==22.1.0
- autocommand==2.2.2
- boto3==1.26.29
- botocore==1.29.29
- cached-property==1.5.2
- cffi==1.15.1
- charset-normalizer==2.1.1
- colorama==0.4.6
- commonmark==0.9.1
- configobj==5.0.6
- cryptography==38.0.4
- dictdiffer==0.9.0
- diskcache==5.4.0
- distro==1.8.0
- dpath==2.1.3
- dulwich==0.20.50
- dvc==2.10.2
- dvc-render==0.0.5
- dvclive==0.9.0
- et-xmlfile==1.1.0
- flatten-dict==0.4.2
- flufl-lock==7.1.1
- frozenlist==1.3.3
- fsspec==2022.11.0
- ftfy==6.1.1
- funcy==1.17
- future==0.18.2
- gitdb==4.0.10
- gitpython==3.1.29
- grandalf==0.6
- idna==3.4
- importlib-metadata==5.1.0
- importlib-resources==5.10.1
- inflect==6.0.2
- jaraco-classes==3.2.3
- jaraco-collections==3.8.0
- jaraco-context==4.2.0
- jaraco-functools==3.5.2
- jaraco-structures==2.1.0
- jaraco-text==3.11.0
- jaraco-ui==2.3.0
- jaraco-windows==5.7.0
- jmespath==1.0.1
- joblib==1.2.0
- mailchecker==5.0.5
- more-itertools==9.0.0
- multidict==6.0.3
- nanotime==0.5.2
- networkx==2.6.3
- numpy==1.21.6
- openpyxl==3.0.10
- packaging==22.0
- pandas==1.3.5
- path==16.6.0
- pathspec==0.9.0
- phonenumbers==8.13.2
- psutil==5.9.4
- pycparser==2.21
- pydantic==1.10.2
- pydot==1.4.2
- pygit2==1.10.1
- pygments==2.13.0
- pygtrie==2.5.0
- pyparsing==3.0.9
- python-benedict==0.27.1
- python-dateutil==2.8.2
- python-fsutil==0.8.0
- python-slugify==7.0.0
- pytz==2022.6
- pyyaml==6.0
- requests==2.28.1
- rich==12.6.0
- ruamel-yaml==0.17.21
- ruamel-yaml-clib==0.2.7
- s3transfer==0.6.0
- scikit-learn==1.0.2
- scipy==1.7.3
- scmrepo==0.0.19
- shortuuid==1.0.11
- shtab==1.5.8
- six==1.16.0
- smmap==5.0.0
- tabulate==0.9.0
- text-unidecode==1.3
- threadpoolctl==3.1.0
- toml==0.10.2
- tqdm==4.64.1
- typing-extensions==4.4.0
- urllib3==1.26.13
- voluptuous==0.13.1
- wcwidth==0.2.5
- xlrd==2.0.1
- xmltodict==0.13.0
- yarl==1.8.2
- zc-lockfile==2.0
- zipp==3.11.0
prefix: ./env