lyangas commited on
Commit
31f7f8e
1 Parent(s): 185291e

python version

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -2
pyproject.toml CHANGED
@@ -5,7 +5,7 @@ description = ""
5
  authors = ["lyangasovid <[email protected]>"]
6
 
7
  [tool.poetry.dependencies]
8
- python = "^3.10"
9
  scikit-learn = "1.3.0"
10
  transformers = "4.29.2"
11
  flask = "2.0.3"
@@ -20,7 +20,6 @@ matplotlib = "3.8.2"
20
  plotly = "5.18.0"
21
  protobuf = "4.25.2"
22
  tqdm = "4.66.1"
23
- tinydb = "^4.8.0"
24
 
25
  [tool.poetry.dev-dependencies]
26
 
 
5
  authors = ["lyangasovid <[email protected]>"]
6
 
7
  [tool.poetry.dependencies]
8
+ python = "^3.9"
9
  scikit-learn = "1.3.0"
10
  transformers = "4.29.2"
11
  flask = "2.0.3"
 
20
  plotly = "5.18.0"
21
  protobuf = "4.25.2"
22
  tqdm = "4.66.1"
 
23
 
24
  [tool.poetry.dev-dependencies]
25