Skip to content

Commit e2d4911

Browse files
committed
fix typos
1 parent 85476d2 commit e2d4911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ readme = 'README.md'
2323
dependencies = [
2424
"numpy>=1.21.0;python_version<'3.10'",
2525
"numpy>=1.23.3;python_version>='3.10' and python_version<'3.12'",
26-
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13",
27-
"numpy>=1.26.2;python_version>='3.13',
26+
"numpy>=1.26.0;python_version>='3.12' and python_version<'3.13'",
27+
"numpy>=1.26.2;python_version>='3.13'",
2828
"pandas>=1.4.0;python_version<'3.11'",
2929
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
3030
"pandas>=2.1.1;python_version>='3.12'",

0 commit comments

Comments
 (0)