File size: 882 Bytes
cb1153d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3076cdf
cb1153d
 
 
 
 
 
 
 
2c81b4e
 
 
 
cb1153d
 
 
 
 
 
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
[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)", 
]

[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"