Skip to content

Commit 5eb1507

Browse files
committed
Bump minimum versions of dependencies
1 parent 10e7480 commit 5eb1507

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ include_package_data = True
3838
packages = find:
3939
python_requires = >=3.9
4040
install_requires =
41-
numpy>=1.19
42-
scipy>=1.5
43-
pandas>=1.1
44-
xarray>=0.16
45-
scikit-learn>=0.24
41+
numpy>=1.23
42+
scipy>=1.8
43+
pandas>=1.4
44+
xarray>=2022.03
45+
scikit-learn>=1.0
4646
pooch>=1.2
47-
dask>=2021.05.0
47+
dask>=2022.01.0
4848

4949
[options.extras_require]
5050
fast =

0 commit comments

Comments
 (0)