veranoscience commited on
Commit
76dc5bb
·
1 Parent(s): 3f8244c

space: pin python>=3.11,<3.14 and lock without shap/numpy pin

Browse files
Files changed (2) hide show
  1. pyproject.toml +11 -17
  2. uv.lock +0 -0
pyproject.toml CHANGED
@@ -6,27 +6,21 @@ authors = [
6
  { name = "Ksenia Dautel" }
7
  ]
8
  readme = "README.md"
9
- requires-python = ">=3.13"
10
  dependencies = [
11
- "fastapi>=0.124.0",
12
- "httpx>=0.28.1",
13
- "imbalanced-learn>=0.14.0",
14
- "ipykernel>=7.1.0",
15
- "jupyter>=1.1.1",
16
- "matplotlib>=3.10.7",
17
- "numpy>=2.3.4",
18
- "pandas>=2.3.3",
19
- "pydantic>=2",
20
- "scikit-learn>=1.7.2",
21
- "scipy>=1.16.3",
22
- "seaborn>=0.13.2",
23
- "joblib>=1.4.0",
24
- "uvicorn>=0.38.0",
25
- "huggingface_hub>=0.24.0"
26
  ]
27
 
28
  [dependency-groups]
29
  dev = [
30
  "pytest>=9.0.1",
31
- "pytest-cov>=5.0.0"
 
32
  ]
 
6
  { name = "Ksenia Dautel" }
7
  ]
8
  readme = "README.md"
9
+ requires-python = ">=3.11,<3.14"
10
  dependencies = [
11
+ "pandas>=2.2",
12
+ "scikit-learn>=1.3",
13
+ "imbalanced-learn>=0.14.0",
14
+ "fastapi>=0.115",
15
+ "uvicorn>=0.38",
16
+ "huggingface_hub>=0.24",
17
+ "joblib>=1.4",
18
+ "pydantic>=2.8", # FastAPI v0.115 uses Pydantic v2
 
 
 
 
 
 
 
19
  ]
20
 
21
  [dependency-groups]
22
  dev = [
23
  "pytest>=9.0.1",
24
+ "pytest-cov>=5.0.0",
25
+ "shap>=0.49.1",
26
  ]
uv.lock CHANGED
The diff for this file is too large to render. See raw diff