cassiomo commited on
Commit
6c01409
·
verified ·
1 Parent(s): 0ee616e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +121 -0
requirements.txt ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiohttp==3.9.3
3
+ aiosignal==1.3.1
4
+ altair==5.2.0
5
+ annotated-types==0.6.0
6
+ anyio==4.2.0
7
+ astunparse==1.6.3
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ blinker==1.7.0
11
+ cachetools==5.3.2
12
+ certifi==2024.2.2
13
+ charset-normalizer==3.3.2
14
+ chex==0.1.85
15
+ click==8.1.7
16
+ dataclasses-json==0.6.4
17
+ distro==1.9.0
18
+ etils==1.5.2
19
+ exceptiongroup==1.2.0
20
+ filelock==3.13.1
21
+ flatbuffers==23.5.26
22
+ flax==0.8.0
23
+ frozenlist==1.4.1
24
+ fsspec==2024.2.0
25
+ gast==0.5.4
26
+ gitdb==4.0.11
27
+ GitPython==3.1.41
28
+ google-auth==2.27.0
29
+ google-auth-oauthlib==1.2.0
30
+ google-pasta==0.2.0
31
+ grpcio==1.60.1
32
+ h11==0.14.0
33
+ h5py==3.10.0
34
+ httpcore==1.0.2
35
+ httpx==0.26.0
36
+ huggingface-hub==0.20.3
37
+ idna==3.6
38
+ importlib-metadata==7.0.1
39
+ importlib-resources==6.1.1
40
+ jax==0.4.23
41
+ jaxlib==0.4.23
42
+ Jinja2==3.1.3
43
+ jsonpatch==1.33
44
+ jsonpointer==2.4
45
+ jsonschema==4.21.1
46
+ jsonschema-specifications==2023.12.1
47
+ keras==2.15.0
48
+ langchain==0.1.5
49
+ langchain-community==0.0.17
50
+ langchain-core==0.1.18
51
+ langsmith==0.0.86
52
+ libclang==16.0.6
53
+ Markdown==3.5.2
54
+ markdown-it-py==3.0.0
55
+ MarkupSafe==2.1.5
56
+ marshmallow==3.20.2
57
+ mdurl==0.1.2
58
+ ml-dtypes==0.3.2
59
+ mpmath==1.3.0
60
+ msgpack==1.0.7
61
+ multidict==6.0.5
62
+ mypy-extensions==1.0.0
63
+ nest-asyncio==1.6.0
64
+ networkx==3.2.1
65
+ numpy==1.26.3
66
+ oauthlib==3.2.2
67
+ openai==0.28.0
68
+ opt-einsum==3.3.0
69
+ optax==0.1.9
70
+ orbax-checkpoint==0.5.2
71
+ packaging==23.2
72
+ pandas==2.2.0
73
+ pillow==10.2.0
74
+ plotly==5.19.0
75
+ protobuf==4.23.4
76
+ pyarrow==15.0.0
77
+ pyasn1==0.5.1
78
+ pyasn1-modules==0.3.0
79
+ pydantic==2.6.0
80
+ pydantic_core==2.16.1
81
+ pydeck==0.8.1b0
82
+ Pygments==2.17.2
83
+ python-dateutil==2.8.2
84
+ python-dotenv==1.0.1
85
+ pytz==2024.1
86
+ PyYAML==6.0.1
87
+ referencing==0.33.0
88
+ regex==2023.12.25
89
+ requests==2.31.0
90
+ requests-oauthlib==1.3.1
91
+ rich==13.7.0
92
+ rpds-py==0.17.1
93
+ rsa==4.9
94
+ safetensors==0.4.2
95
+ scipy==1.12.0
96
+ six==1.16.0
97
+ smmap==5.0.1
98
+ sniffio==1.3.0
99
+ SQLAlchemy==2.0.25
100
+ streamlit==1.31.0
101
+ sympy==1.12
102
+ tenacity==8.2.3
103
+ termcolor==2.4.0
104
+ tokenizers==0.15.1
105
+ toml==0.10.2
106
+ toolz==0.12.1
107
+ torch==2.2.0
108
+ tornado==6.4
109
+ tqdm==4.66.1
110
+ transformers==4.37.2
111
+ typing-inspect==0.9.0
112
+ typing_extensions==4.9.0
113
+ tzdata==2023.4
114
+ tzlocal==5.2
115
+ urllib3==2.2.0
116
+ validators==0.22.0
117
+ watchdog==4.0.0
118
+ Werkzeug==3.0.1
119
+ wrapt==1.14.1
120
+ yarl==1.9.4
121
+ zipp==3.17.0