-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (31 loc) · 945 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (31 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "tunisci"
version = "0.1.0"
description = ""
authors = [
{name = "Frostbite22",email = "landoulsiferes@outlook.com"}
]
readme = "README.md"
requires-python = ">=3.13,<4.0"
dependencies = [
"langchain-community (>=0.3.27,<0.4.0)",
"streamlit (>=1.47.1,<2.0.0)",
"python-dotenv (>=1.1.1,<2.0.0)",
"openai (>=1.98.0,<2.0.0)",
"langchain-core (>=0.3.72,<0.4.0)",
"langchain-openai (>=0.3.28,<0.4.0)",
"jq (>=1.10.0,<2.0.0)",
"azure-ai-inference (>=1.0.0b9,<2.0.0)",
"langchain-azure-ai (>=0.1.4,<0.2.0)",
"cohere (>=5.0.0,<6.0.0)",
"ipython (>=9.4.0,<10.0.0)",
"faiss-cpu (>=1.11.0.post1,<2.0.0)",
"sentence-transformers (>=5.0.0,<6.0.0)",
"parsel (>=1.10.0,<2.0.0)",
"scholarly (>=1.7.11,<2.0.0)",
"requests (>=2.32.4,<3.0.0)",
"tiktoken (>=0.9.0,<0.10.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"