William Arnold commited on
Commit
16b6a2b
·
1 Parent(s): 3cb144f

Update deps

Browse files
Files changed (1) hide show
  1. pyproject.toml +6 -7
pyproject.toml CHANGED
@@ -1,19 +1,18 @@
1
- [build-system]
2
- requires = ["hatchling"]
3
- build-backend = "hatchling.build"
4
-
5
  [project]
6
  name = "rbeval"
7
  version = "0.1.0"
8
- requires-python = ">=3.8"
9
  dependencies = [
10
  "pandas>=2.2.2",
11
- "matplotlib>=3.9.1",
12
  "huggingface-hub>=0.24.2",
13
  "tqdm>=4.66.4",
14
  "numpy>=1.26.4",
15
  "dacite>=1.8.1",
16
- "seaborn>=0.13.2"
 
 
 
17
  ]
18
 
19
  [project.optional-dependencies]
 
 
 
 
 
1
  [project]
2
  name = "rbeval"
3
  version = "0.1.0"
4
+ requires-python = ">=3.12"
5
  dependencies = [
6
  "pandas>=2.2.2",
7
+ "matplotlib>=3.9.2",
8
  "huggingface-hub>=0.24.2",
9
  "tqdm>=4.66.4",
10
  "numpy>=1.26.4",
11
  "dacite>=1.8.1",
12
+ "seaborn>=0.13.2",
13
+ "altair>=5.4.1",
14
+ "streamlit>=1.37.1",
15
+ "scikit-learn>=1.5.1",
16
  ]
17
 
18
  [project.optional-dependencies]