There was an error while loading. Please reload this page.
1 parent 210604d commit b69da2dCopy full SHA for b69da2d
1 file changed
pyproject.toml
@@ -19,7 +19,6 @@ classifiers = [
19
"Intended Audience :: Science/Research",
20
"License :: OSI Approved :: MIT License",
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.10",
23
"Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
25
"Programming Language :: Python :: 3.13",
@@ -36,6 +35,8 @@ opsin = [
36
35
]
37
datasets = [
38
"datasets>=2.0",
+ "pandas>=2.0",
39
+ "huggingface-hub>=0.20",
40
"tqdm>=4.65",
41
42
web = [
@@ -48,7 +49,7 @@ dev = [
48
49
"pytest-cov>=4.1",
50
"pytest-xdist>=3.5",
51
"hypothesis>=6.92",
- "ruff==0.6.9",
52
+ "ruff==0.15.15",
53
"pre-commit>=3.5",
54
"py2opsin>=1.2",
55
0 commit comments