Skip to content

Commit 1ccc466

Browse files
authored
Update setup.cfg
- quote fix
1 parent da12aaf commit 1ccc466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ where =
3131
python_requires = >=3.9
3232
install_requires =
3333
joblib
34-
numpy<2.0;torch<"2.4"
35-
numpy;torch>="2.4"
34+
numpy<2.0; torch<2.4
35+
numpy;torch>=2.4
3636
literate-dataclasses
3737
scikit-learn
3838
scipy

0 commit comments

Comments
 (0)