File tree Expand file tree Collapse file tree 1 file changed +35
-27
lines changed Expand file tree Collapse file tree 1 file changed +35
-27
lines changed Original file line number Diff line number Diff line change @@ -12,52 +12,60 @@ authors = [
12
12
{name =" Matthew Russo" , email =" mdrusso@mit.edu" },
13
13
]
14
14
dependencies = [
15
- " accelerate==0.23.0 " ,
15
+ " accelerate" ,
16
16
" backoff==2.2.1" ,
17
- " beautifulsoup4==4.12.2 " ,
17
+ " beautifulsoup4==4.12.3 " ,
18
18
" bitsandbytes==0.41.1" ,
19
- " chromadb==0.4.12 " ,
19
+ " chromadb==0.4.22 " ,
20
20
" clickhouse-connect==0.6.6" ,
21
21
" coloredlogs==15.0.1" ,
22
22
" duckdb==0.8.1" ,
23
- " fastapi==0.99.1 " ,
24
- " flask==2.3 .3" ,
25
- " flask-cors==4 .0.0" ,
23
+ " fastapi==0.109.0 " ,
24
+ " flask==3.0 .3" ,
25
+ " flask-cors==5 .0.0" ,
26
26
" flatbuffers==23.5.26" ,
27
27
" hnswlib==0.7.0" ,
28
- " httptools==0.6.0 " ,
28
+ " httptools==0.6.1 " ,
29
29
" humanfriendly==10.0" ,
30
- " langchain==0.0.268 " ,
30
+ " langchain==0.3.0 " ,
31
31
" loguru==0.7.2" ,
32
32
" lz4==4.3.2" ,
33
- " mistune==3.0.1 " ,
33
+ " mistune==3.0.2 " ,
34
34
" monotonic==1.6" ,
35
- " onnxruntime==1.15.1" ,
36
- " openai==0.27.9" ,
37
- " overrides==7.3.1" ,
38
- " pandas==2.1.0" ,
35
+ " openai==1.8.0" ,
36
+ " overrides==7.4.0" ,
39
37
" peft==0.5.0" ,
40
38
" piazza-api==0.14.0" ,
41
- " posthog==3.0.1" ,
42
- " psycopg2==2.9.9" ,
43
- " pulsar-client==3.2.0" ,
44
- " pygments==2.16.1" ,
39
+ " posthog==3.3.1" ,
40
+ " pygments==2.18.0" ,
45
41
" pypdf==3.16.1" ,
46
42
" python-dotenv==1.0.0" ,
47
43
" python-redmine==2.4.0" ,
48
- " regex==2023.6.3" ,
49
- " requests==2.31.0" ,
50
- " scipy==1.11.2" ,
51
- " sentence-transformers==2.2.2" ,
44
+ " regex==2023.12.25" ,
45
+ " requests==2.32.3" ,
46
+ " sentence-transformers" ,
52
47
" sentencepiece==0.1.99" ,
53
48
" sympy==1.12" ,
54
- " tiktoken==0.4.0" ,
55
- " tokenizers==0.13.3" ,
56
- " torch==2.0.1" ,
57
- " transformers==4.33.1" ,
58
- " uvloop==0.17.0" ,
59
- " watchfiles==0.19.0" ,
49
+ " tiktoken==0.7.0" ,
50
+ " uvloop==0.19.0" ,
51
+ " watchfiles==0.21.0" ,
60
52
" zstandard==0.21.0" ,
53
+ " langchain-anthropic==0.2.1" ,
54
+ " langchain-chroma==0.1.4" ,
55
+ " langchain-community==0.3.0" ,
56
+ " langchain-core==0.3.5" ,
57
+ " langchain-text-splitters==0.3.0" ,
58
+ " pydantic==2.9.2" ,
59
+ " pydantic-core==2.23.4" ,
60
+ " pydantic-settings==2.5.2" ,
61
+ " chroma-hnswlib==0.7.3" ,
62
+ " anthropic==0.34.2" ,
63
+ " torch" ,
64
+ " scipy" ,
65
+ " pulsar-client" ,
66
+ " psycopg2-binary" ,
67
+ " requests" ,
68
+ " pyyaml"
61
69
]
62
70
63
71
[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments