Skip to content

Commit 2ba0b75

Browse files
authored
Update setup.cfg
dependencies
1 parent 6a066b2 commit 2ba0b75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ packages = find:
1717
include_package_data = True
1818
python_requires = >=3.10.0
1919
install_requires=
20-
numpy>=2.0.0
21-
matplotlib>=3.9.1
22-
scipy>=1.14.0
23-
scikit-learn>=1.5.1
24-
pandas>=2.2.2
20+
numpy>=2.0.0
21+
matplotlib>=3.9.0
22+
scipy>=1.14.0
23+
scikit-learn>=1.5.0
24+
pandas>=2.0.0
2525

2626
[options.packages.find]
2727
where = src

0 commit comments

Comments
 (0)