c17hawke commited on
Commit
42c08b9
·
1 Parent(s): 80ac155

conda yml created

Browse files
Files changed (1) hide show
  1. conda.yaml +110 -0
conda.yaml ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Trial_QuesAns
2
+ channels:
3
+ - defaults
4
+ dependencies:
5
+ - ca-certificates=2022.4.26=haa95532_0
6
+ - certifi=2022.5.18.1=py38haa95532_0
7
+ - openssl=1.1.1o=h2bbff1b_0
8
+ - pip=21.2.2=py38haa95532_0
9
+ - python=3.8.13=h6244533_0
10
+ - setuptools=61.2.0=py38haa95532_0
11
+ - sqlite=3.38.3=h2bbff1b_0
12
+ - vc=14.2=h21ff451_1
13
+ - vs2015_runtime=14.27.29016=h5e58377_2
14
+ - wheel=0.37.1=pyhd3eb1b0_0
15
+ - wincertstore=0.2=py38haa95532_2
16
+ - pip:
17
+ - absl-py==1.1.0
18
+ - aiohttp==3.8.1
19
+ - aiosignal==1.2.0
20
+ - alembic==1.8.0
21
+ - astunparse==1.6.3
22
+ - async-timeout==4.0.2
23
+ - attrs==21.4.0
24
+ - cachetools==5.2.0
25
+ - charset-normalizer==2.0.12
26
+ - click==8.1.3
27
+ - cloudpickle==2.1.0
28
+ - colorama==0.4.4
29
+ - databricks-cli==0.16.7
30
+ - datasets==2.2.2
31
+ - dill==0.3.4
32
+ - docker==5.0.3
33
+ - entrypoints==0.4
34
+ - filelock==3.7.1
35
+ - flask==2.1.2
36
+ - flatbuffers==1.12
37
+ - frozenlist==1.3.0
38
+ - fsspec==2022.5.0
39
+ - gast==0.4.0
40
+ - gitdb==4.0.9
41
+ - gitpython==3.1.27
42
+ - google-auth==2.7.0
43
+ - google-auth-oauthlib==0.4.6
44
+ - google-pasta==0.2.0
45
+ - greenlet==1.1.2
46
+ - grpcio==1.46.3
47
+ - h5py==3.7.0
48
+ - huggingface-hub==0.7.0
49
+ - idna==3.3
50
+ - importlib-metadata==4.11.4
51
+ - importlib-resources==5.7.1
52
+ - itsdangerous==2.1.2
53
+ - jinja2==3.1.2
54
+ - keras==2.9.0
55
+ - keras-preprocessing==1.1.2
56
+ - libclang==14.0.1
57
+ - mako==1.2.0
58
+ - markdown==3.3.7
59
+ - markupsafe==2.1.1
60
+ - mlflow==1.26.1
61
+ - multidict==6.0.2
62
+ - multiprocess==0.70.12.2
63
+ - numpy==1.22.4
64
+ - oauthlib==3.2.0
65
+ - opt-einsum==3.3.0
66
+ - packaging==21.3
67
+ - pandas==1.4.2
68
+ - prometheus-client==0.14.1
69
+ - prometheus-flask-exporter==0.20.2
70
+ - protobuf==3.19.4
71
+ - pyarrow==8.0.0
72
+ - pyasn1==0.4.8
73
+ - pyasn1-modules==0.2.8
74
+ - pyjwt==2.4.0
75
+ - pyparsing==3.0.9
76
+ - python-dateutil==2.8.2
77
+ - pytz==2022.1
78
+ - pywin32==227
79
+ - pyyaml==6.0
80
+ - querystring-parser==1.2.4
81
+ - regex==2022.6.2
82
+ - requests==2.28.0
83
+ - requests-oauthlib==1.3.1
84
+ - responses==0.18.0
85
+ - rsa==4.8
86
+ - scipy==1.8.1
87
+ - six==1.16.0
88
+ - smmap==5.0.0
89
+ - sqlalchemy==1.4.37
90
+ - sqlparse==0.4.2
91
+ - tabulate==0.8.9
92
+ - tensorboard==2.9.1
93
+ - tensorboard-data-server==0.6.1
94
+ - tensorboard-plugin-wit==1.8.1
95
+ - tensorflow==2.9.1
96
+ - tensorflow-estimator==2.9.0
97
+ - tensorflow-io-gcs-filesystem==0.26.0
98
+ - termcolor==1.1.0
99
+ - tokenizers==0.12.1
100
+ - tqdm==4.64.0
101
+ - transformers==4.19.3
102
+ - typing-extensions==4.2.0
103
+ - urllib3==1.26.9
104
+ - waitress==2.1.2
105
+ - websocket-client==1.3.2
106
+ - werkzeug==2.1.2
107
+ - wrapt==1.14.1
108
+ - xxhash==3.0.0
109
+ - yarl==1.7.2
110
+ - zipp==3.8.0