forked from agentcoinorg/predictionprophet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (38 loc) · 919 Bytes
/
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
[tool.poetry]
name = "evo_researcher"
version = "0.1.10"
description = ""
authors = ["Nestor Amesty <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
langchain = "0.1.4"
beautifulsoup4 = "4.12.2"
click = "8.0.2"
markdownify = "0.11.6"
pandas = "2.1.1"
pytest = "7.2.1"
openai = "1.10.0"
chromadb = "0.4.12"
spacy = "3.7.2"
google-api-python-client = "2.95.0"
tiktoken = "0.5.2"
tavily-python = "^0.3.0"
tabulate = "^0.9.0"
pysqlite3-binary = {version="^0.5.2.post3", optional=true}
langchain-community = "^0.0.16"
tenacity = "^8.2.3"
joblib = "^1.3.2"
streamlit = "^1.30.0"
watchdog = "^3.0.0"
scipy = "^1.12.0"
scikit-learn = "^1.4.0"
[tool.poetry.extras]
pysqlite3-binary = ["pysqlite3-binary"]
[tool.poetry.group.dev.dependencies]
mypy = "^1.8.0"
[tool.mypy]
ignore_missing_imports = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"