File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -32,30 +32,6 @@ classifiers = [
32
32
[tool .poetry .dependencies ]
33
33
python = " >=3.10,<3.13"
34
34
pathway = " ^0.12.0"
35
- openai = " ^1.2.4"
36
- requests = " ^2.31.0"
37
- diskcache = " ^5.6.1"
38
- streamlit = " ^1.26.0"
39
- sentence-transformers = { version = " ^2.2.2" , optional = true }
40
- torch = { version = " ~2.2.1" , optional = true }
41
- unstructured = { extras = [" all-docs" ], version = " ^0.11.8" , optional = true }
42
- tiktoken = { version = " ^0.6.0" , optional = true }
43
- psycopg = { version = " ^3.1.12" , optional = true }
44
- litellm = " ^1.18.0"
45
- transformers = { version = " ^4.39.0" , optional = true }
46
-
47
-
48
- [tool .poetry .extras ]
49
- local = [" torch" , " sentence-transformers" , " transformers" ]
50
- unstructured = [" unstructured" , " tiktoken" ]
51
- unstructured_to_sql = [" tiktoken" , " psycopg" , " unstructured" ]
52
-
53
- [tool .poetry .group .examples ]
54
- optional = true
55
-
56
- [tool .poetry .group .examples .dependencies ]
57
- click = " ^8.1.6"
58
- python-dotenv = " ^1.0.0"
59
35
60
36
[tool .poetry .group .linters ]
61
37
optional = true
You can’t perform that action at this time.
0 commit comments