Demosthene-OR commited on
Commit
ae0a77c
1 Parent(s): 5e30142

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -16
requirements.txt CHANGED
@@ -1,25 +1,13 @@
1
- annotated-types==0.6.0
2
- anyio==4.2.0
3
- click==8.1.7
4
- exceptiongroup==1.2.0
5
  fastapi==0.109.2
6
- h11==0.14.0
7
  httptools==0.1.2
8
- idna
9
  numpy===1.23.5
10
- pandas
11
  pydantic==2.6.1
12
- pydantic-core==2.16.2
13
- python-dateutil==2.8.2
14
- pytz==2024.1
15
- requests==2.26.0
16
- six==1.16.0
17
- sniffio==1.3.0
18
- starlette==0.36.3
19
  typing-extensions==4.9.0
20
  uvicorn==0.27.1
21
  uvloop==0.19.0
22
- asyncio
23
  keras-nlp==0.6.1
24
  keras==2.12.0
25
  tensorflow==2.12.0
@@ -28,4 +16,4 @@ filesplit==4.0.1
28
  pydot==2.0.0
29
  graphviz==0.20.1
30
  scikit-learn==1.1.3
31
- tiktoken
 
 
 
 
 
1
  fastapi==0.109.2
 
2
  httptools==0.1.2
 
3
  numpy===1.23.5
4
+ pandas==2.2.1
5
  pydantic==2.6.1
6
+ requests==2.27.0
 
 
 
 
 
 
7
  typing-extensions==4.9.0
8
  uvicorn==0.27.1
9
  uvloop==0.19.0
10
+ asyncio==3.4.3
11
  keras-nlp==0.6.1
12
  keras==2.12.0
13
  tensorflow==2.12.0
 
16
  pydot==2.0.0
17
  graphviz==0.20.1
18
  scikit-learn==1.1.3
19
+ tiktoken==0.6.0