-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
54 lines (52 loc) · 1.41 KB
/
pyproject.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[tool.poetry]
name = "aerospace-chatbot"
version = "0.0.9.3"
description = "Aerospace engineering chatbot and AI tools."
authors = ["dsmueller <dsm@danmueller.pro>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/dan-s-mueller/aerospace_chatbot/tree/main"
repository = "https://github.com/dan-s-mueller/aerospace_chatbot/tree/main"
[tool.poetry.dependencies]
python = ">=3.11.0,<3.12.0"
numpy = ">=1.21,<1.25"
python-dotenv = "^1.0.0"
ipywidgets = "^8.1.1"
jsonlines = "^4.0.0"
pypdf = "^3.17.4"
pypdf2 = "^3.0.1"
tenacity = "^8.2.3"
pytest = "^8.1.1"
ipykernel = "^6.29.3"
streamlit = "^1.38.0"
chromadb = "^0.5.0"
ragatouille = "^0.0.8.post4"
huggingface-hub = "^0.24.6"
openai = "^1.43.1"
langchainhub = "^0.1.21"
langchain-community = "^0.3.3"
langchain-openai = "^0.2.3"
langchain-voyageai = "^0.1.1"
langchain-chroma = "^0.1.4"
langchain-pinecone = "^0.2.0"
ragas = "^0.1.16"
sphinxawesome-theme = "^5.1.1"
sphinx = "7.2.6"
sphinx-rtd-theme = "2.0.0"
sphinx-design = "^0.5.0"
requests = "^2.32.3"
boto3 = "^1.35.50"
google-cloud-storage = "^2.18.2"
pymupdf = "^1.24.13"
renumics-spotlight = "^1.6.11"
watchdog = ">=2.1.5,<6.0.0"
cleanlab = "^2.7.0"
cleanvision = "^0.3.6"
pinecone-client = "^5.0.1"
pinecone = {extras = ["grpc"], version = "^5.3.1"}
langchain-anthropic = "^0.2.4"
langchain-core = "^0.3.15"
langchain = "^0.3.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"