ZakoST commited on
Commit
2c81b4e
·
1 Parent(s): a33440b

changes to poetry

Browse files
Files changed (1) hide show
  1. pyproject.toml +4 -9
pyproject.toml CHANGED
@@ -5,7 +5,6 @@ description = ""
5
  authors = [
6
  {name = "ZakoST",email = "[email protected]"}
7
  ]
8
- package-mode = false
9
  readme = "README.md"
10
  requires-python = ">=3.11,<3.12"
11
  dependencies = [
@@ -14,23 +13,19 @@ dependencies = [
14
  "pandas (>=2.2.3,<3.0.0)",
15
  "qdrant-client (==1.7)",
16
  "numpy (==1.26.4)",
17
- "spacy (>=3.8.4,<4.0.0)",
18
- "torch (==2.1.2)",
19
- "sentence-transformers (>=3.4.1,<4.0.0)",
20
- "transformers (>=4.49.0,<5.0.0)",
21
- "pydantic (==2.8.2)",
22
- "psycopg2-binary (==2.9.5)",
23
  "ipython (>=9.0.2,<10.0.0)",
24
  "ipykernel (>=6.29.5,<7.0.0)",
25
  "iprogress (>=0.4,<0.5)",
26
- "fr-core-news-sm @ 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",
27
  "openai (>=1.70.0,<2.0.0)",
28
- "sagemaker (>=2.243.0,<3.0.0)",
29
  "plotly (>=6.0.1,<7.0.0)",
30
  "nbformat (>=5.10.4,<6.0.0)",
31
  "streamlit (>=1.44.1,<2.0.0)",
32
  ]
33
 
 
 
 
 
34
  [tool.poetry.dependencies]
35
  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"}
36
 
 
5
  authors = [
6
  {name = "ZakoST",email = "[email protected]"}
7
  ]
 
8
  readme = "README.md"
9
  requires-python = ">=3.11,<3.12"
10
  dependencies = [
 
13
  "pandas (>=2.2.3,<3.0.0)",
14
  "qdrant-client (==1.7)",
15
  "numpy (==1.26.4)",
 
 
 
 
 
 
16
  "ipython (>=9.0.2,<10.0.0)",
17
  "ipykernel (>=6.29.5,<7.0.0)",
18
  "iprogress (>=0.4,<0.5)",
 
19
  "openai (>=1.70.0,<2.0.0)",
 
20
  "plotly (>=6.0.1,<7.0.0)",
21
  "nbformat (>=5.10.4,<6.0.0)",
22
  "streamlit (>=1.44.1,<2.0.0)",
23
  ]
24
 
25
+ [tool.poetry]
26
+ package-mode = false
27
+
28
+
29
  [tool.poetry.dependencies]
30
  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"}
31