cassiomo commited on
Commit
c2d391b
·
verified ·
1 Parent(s): 515da43

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +104 -100
requirements.txt CHANGED
@@ -1,124 +1,128 @@
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
122
- scikit-learn==1.3.2
123
- xgboost==1.5.0
124
- tensorflow==2.13.0
 
1
  absl-py==2.1.0
2
+ anyio==4.3.0
3
+ appnope==0.1.4
4
+ argon2-cffi==23.1.0
5
+ argon2-cffi-bindings==21.2.0
6
+ arrow==1.3.0
7
+ asttokens==2.4.1
8
  astunparse==1.6.3
9
+ async-lru==2.0.4
10
  attrs==23.2.0
11
+ Babel==2.14.0
12
+ beautifulsoup4==4.12.3
13
+ bleach==6.1.0
14
  certifi==2024.2.2
15
+ cffi==1.16.0
16
  charset-normalizer==3.3.2
17
+ comm==0.2.2
18
+ debugpy==1.8.1
19
+ decorator==5.1.1
20
+ defusedxml==0.7.1
21
+ exceptiongroup==1.2.1
22
+ executing==2.0.1
23
+ fastjsonschema==2.19.1
24
+ flatbuffers==24.3.25
25
+ fqdn==1.5.1
 
 
26
  gast==0.5.4
 
 
 
 
27
  google-pasta==0.2.0
28
+ grpcio==1.62.2
29
  h11==0.14.0
30
+ h5py==3.11.0
31
+ httpcore==1.0.5
32
+ httpx==0.27.0
33
+ idna==3.7
34
+ importlib_metadata==7.1.0
35
+ ipykernel==6.29.4
36
+ ipython==8.18.1
37
+ ipywidgets==8.1.2
38
+ isoduration==20.11.0
39
+ jedi==0.19.1
40
  Jinja2==3.1.3
41
+ json5==0.9.25
42
  jsonpointer==2.4
43
  jsonschema==4.21.1
44
  jsonschema-specifications==2023.12.1
45
+ jupyter==1.0.0
46
+ jupyter-console==6.6.3
47
+ jupyter-events==0.10.0
48
+ jupyter-lsp==2.2.5
49
+ jupyter_client==8.6.1
50
+ jupyter_core==5.7.2
51
+ jupyter_server==2.14.0
52
+ jupyter_server_terminals==0.5.3
53
+ jupyterlab==4.1.6
54
+ jupyterlab_pygments==0.3.0
55
+ jupyterlab_server==2.26.0
56
+ jupyterlab_widgets==3.0.10
57
+ keras==3.2.1
58
+ libclang==18.1.1
59
+ Markdown==3.6
60
  markdown-it-py==3.0.0
61
  MarkupSafe==2.1.5
62
+ matplotlib-inline==0.1.7
63
  mdurl==0.1.2
64
+ mistune==3.0.2
65
  ml-dtypes==0.3.2
66
+ namex==0.0.8
67
+ nbclient==0.10.0
68
+ nbconvert==7.16.3
69
+ nbformat==5.10.4
70
  nest-asyncio==1.6.0
71
+ notebook==7.1.3
72
+ notebook_shim==0.2.4
73
+ numpy==1.26.4
 
74
  opt-einsum==3.3.0
75
+ optree==0.11.0
76
+ overrides==7.7.0
77
+ packaging==24.0
78
+ pandocfilters==1.5.1
79
+ parso==0.8.4
80
+ pexpect==4.9.0
81
+ platformdirs==4.2.0
82
+ prometheus_client==0.20.0
83
+ prompt-toolkit==3.0.43
84
+ protobuf==4.25.3
85
+ psutil==5.9.8
86
+ ptyprocess==0.7.0
87
+ pure-eval==0.2.2
88
+ pycparser==2.22
89
  Pygments==2.17.2
90
+ python-dateutil==2.9.0.post0
91
+ python-json-logger==2.0.7
 
92
  PyYAML==6.0.1
93
+ pyzmq==26.0.2
94
+ qtconsole==5.5.1
95
+ QtPy==2.4.1
96
+ referencing==0.34.0
97
  requests==2.31.0
98
+ rfc3339-validator==0.1.4
99
+ rfc3986-validator==0.1.1
100
+ rich==13.7.1
101
+ rpds-py==0.18.0
102
+ Send2Trash==1.8.3
 
103
  six==1.16.0
104
+ sniffio==1.3.1
105
+ soupsieve==2.5
106
+ stack-data==0.6.3
107
+ tensorboard==2.16.2
108
+ tensorboard-data-server==0.7.2
109
+ tensorflow==2.16.1
110
+ tensorflow-io-gcs-filesystem==0.36.0
111
  termcolor==2.4.0
112
+ terminado==0.18.1
113
+ tinycss2==1.2.1
114
+ tomli==2.0.1
 
115
  tornado==6.4
116
+ traitlets==5.14.3
117
+ types-python-dateutil==2.9.0.20240316
118
+ typing_extensions==4.11.0
119
+ uri-template==1.3.0
120
+ urllib3==2.2.1
121
+ wcwidth==0.2.13
122
+ webcolors==1.13
123
+ webencodings==0.5.1
124
+ websocket-client==1.7.0
125
+ Werkzeug==3.0.2
126
+ widgetsnbextension==4.0.10
127
+ wrapt==1.16.0
128
+ zipp==3.18.1