Aurélie GABU commited on
Commit
d2f99d3
·
1 Parent(s): e24023e

Add pytest to dev dependencies

Browse files
Files changed (3) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +4 -1
  3. requirements.txt +1 -4
poetry.lock ADDED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -25,8 +25,11 @@ dependencies = [
25
  "huggingface-hub ==1.3.1"
26
  ]
27
 
28
-
29
  [build-system]
30
  requires = ["poetry-core>=2.0.0,<3.0.0"]
31
  build-backend = "poetry.core.masonry.api"
32
 
 
 
 
 
 
25
  "huggingface-hub ==1.3.1"
26
  ]
27
 
 
28
  [build-system]
29
  requires = ["poetry-core>=2.0.0,<3.0.0"]
30
  build-backend = "poetry.core.masonry.api"
31
 
32
+ [tool.poetry.group.dev.dependencies]
33
+ pytest = "9.0.2"
34
+
35
+
requirements.txt CHANGED
@@ -6,13 +6,10 @@ Pygments==2.19.2
6
  pytest==9.0.2
7
  fastapi==0.115.0
8
  uvicorn==0.30.1
9
- <<<<<<< HEAD
10
  httpx==0.27.0
11
  huggingface-hub==1.3.1
12
  joblib==1.4.2
13
  pandas==2.2.2
14
  scikit-learn==1.4.2
15
  xgboost ==2.0.3
16
- =======
17
- httpx==0.27.0
18
- >>>>>>> fc539b23b8706255fb5b2ad6d1e6a8bae3b8fb2f
 
6
  pytest==9.0.2
7
  fastapi==0.115.0
8
  uvicorn==0.30.1
 
9
  httpx==0.27.0
10
  huggingface-hub==1.3.1
11
  joblib==1.4.2
12
  pandas==2.2.2
13
  scikit-learn==1.4.2
14
  xgboost ==2.0.3
15
+ huggingface-hub ==1.3.1