Skip to content

Commit b69da2d

Browse files
committed
fix: dataset dependesies for new tests
1 parent 210604d commit b69da2d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifiers = [
1919
"Intended Audience :: Science/Research",
2020
"License :: OSI Approved :: MIT License",
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
2423
"Programming Language :: Python :: 3.12",
2524
"Programming Language :: Python :: 3.13",
@@ -36,6 +35,8 @@ opsin = [
3635
]
3736
datasets = [
3837
"datasets>=2.0",
38+
"pandas>=2.0",
39+
"huggingface-hub>=0.20",
3940
"tqdm>=4.65",
4041
]
4142
web = [
@@ -48,7 +49,7 @@ dev = [
4849
"pytest-cov>=4.1",
4950
"pytest-xdist>=3.5",
5051
"hypothesis>=6.92",
51-
"ruff==0.6.9",
52+
"ruff==0.15.15",
5253
"pre-commit>=3.5",
5354
"py2opsin>=1.2",
5455
]

0 commit comments

Comments
 (0)