cyberandy commited on
Commit
73caaef
·
verified ·
1 Parent(s): c0cf9ef

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiodns==3.0.0
2
+ aiohttp==3.8.4
3
+ aiohttp-retry==2.8.3
4
+ aiosignal==1.3.1
5
+ aleph-alpha-client==2.16.1
6
+ altair==4.2.2
7
+ async-timeout==4.0.2
8
+ attrs==22.2.0
9
+ blinker==1.5
10
+ boto3==1.26.83
11
+ botocore==1.29.83
12
+ cachetools==5.3.0
13
+ certifi==2022.12.7
14
+ cffi==1.15.1
15
+ charset-normalizer==3.0.1
16
+ click==8.1.3
17
+ dataclasses-json==0.5.7
18
+ decorator==5.1.1
19
+ deeplake==3.2.12
20
+ dill==0.3.6
21
+ entrypoints==0.4
22
+ filelock==3.9.0
23
+ frozenlist==1.3.3
24
+ gitdb==4.0.10
25
+ GitPython==3.1.31
26
+ greenlet==2.0.2
27
+ hub==3.0.1
28
+ humbug==0.2.8
29
+ idna==3.4
30
+ importlib-metadata==6.0.0
31
+ Jinja2==3.1.2
32
+ jmespath==1.0.1
33
+ jsonschema==4.17.3
34
+ langchain==0.0.100
35
+ markdown-it-py==2.2.0
36
+ MarkupSafe==2.1.2
37
+ marshmallow==3.19.0
38
+ marshmallow-enum==1.5.1
39
+ mdurl==0.1.2
40
+ multidict==6.0.4
41
+ multiprocess==0.70.14
42
+ mypy-extensions==1.0.0
43
+ numcodecs==0.11.0
44
+ numpy==1.24.2
45
+ openai==0.27.0
46
+ packaging==23.0
47
+ pandas==1.5.3
48
+ pathos==0.3.0
49
+ Pillow==9.4.0
50
+ pox==0.3.2
51
+ ppft==1.7.6.6
52
+ protobuf==3.20.3
53
+ pyarrow==11.0.0
54
+ pycares==4.3.0
55
+ pycparser==2.21
56
+ pydantic==1.10.5
57
+ pydeck==0.8.0
58
+ Pygments==2.14.0
59
+ PyJWT==2.6.0
60
+ Pympler==1.0.1
61
+ pyrsistent==0.19.3
62
+ python-dateutil==2.8.2
63
+ pytz==2022.7.1
64
+ pytz-deprecation-shim==0.1.0.post0
65
+ PyYAML==6.0
66
+ requests==2.28.2
67
+ requests-file==1.5.1
68
+ rich==13.3.1
69
+ s3transfer==0.6.0
70
+ semver==2.13.0
71
+ six==1.16.0
72
+ smmap==5.0.0
73
+ SQLAlchemy==1.4.46
74
+ streamlit==1.19.0
75
+ tenacity==8.2.2
76
+ tldextract==3.4.0
77
+ tokenizers==0.13.2
78
+ toml==0.10.2
79
+ toolz==0.12.0
80
+ tornado==6.2
81
+ tqdm==4.64.1
82
+ typing-inspect==0.8.0
83
+ typing_extensions==4.5.0
84
+ tzdata==2022.7
85
+ tzlocal==4.2
86
+ urllib3==1.26.14
87
+ validators==0.20.0
88
+ watchdog==2.3.1
89
+ yarl==1.8.2
90
+ zipp==3.15.0