Skip to content

Commit 6612dfc

Browse files
author
Pietro Martino Lugato
committed
messing with package dependencies
1 parent 3d06683 commit 6612dfc

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

pyproject.toml

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,52 +12,60 @@ authors = [
1212
{name="Matthew Russo", email="mdrusso@mit.edu"},
1313
]
1414
dependencies = [
15-
"accelerate==0.23.0",
15+
"accelerate",
1616
"backoff==2.2.1",
17-
"beautifulsoup4==4.12.2",
17+
"beautifulsoup4==4.12.3",
1818
"bitsandbytes==0.41.1",
19-
"chromadb==0.4.12",
19+
"chromadb==0.4.22",
2020
"clickhouse-connect==0.6.6",
2121
"coloredlogs==15.0.1",
2222
"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",
2626
"flatbuffers==23.5.26",
2727
"hnswlib==0.7.0",
28-
"httptools==0.6.0",
28+
"httptools==0.6.1",
2929
"humanfriendly==10.0",
30-
"langchain==0.0.268",
30+
"langchain==0.3.0",
3131
"loguru==0.7.2",
3232
"lz4==4.3.2",
33-
"mistune==3.0.1",
33+
"mistune==3.0.2",
3434
"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",
3937
"peft==0.5.0",
4038
"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",
4541
"pypdf==3.16.1",
4642
"python-dotenv==1.0.0",
4743
"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",
5247
"sentencepiece==0.1.99",
5348
"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",
6052
"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"
6169
]
6270

6371
[tool.setuptools]

0 commit comments

Comments
 (0)