Sciences-POC / pyproject.toml
ZakoST
Changes to app and new outputs
b650d21
raw
history blame contribute delete
915 Bytes
[project]
name = "sciences-poc"
version = "0.1.0"
description = ""
authors = [
{name = "ZakoST",email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"bs4 (>=0.0.2,<0.0.3)",
"sqlalchemy (==1.4.46)",
"pandas (>=2.2.3,<3.0.0)",
"qdrant-client (==1.7)",
"numpy (==1.26.4)",
"ipython (==8.34.0)",
"ipykernel (>=6.29.5,<7.0.0)",
"iprogress (>=0.4,<0.5)",
"openai (>=1.70.0,<2.0.0)",
"plotly (>=6.0.1,<7.0.0)",
"nbformat (>=5.10.4,<6.0.0)",
"streamlit (>=1.44.1,<2.0.0)",
"datasets (>=3.5.0,<4.0.0)",
]
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
fr_core_news_sm = {url = "https://github.com/explosion/spacy-models/releases/download/fr_core_news_sm-3.8.0/fr_core_news_sm-3.8.0-py3-none-any.whl"}
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"