Skip to content

Commit 362ba15

Browse files
author
Jawad Chowdhury
committed
updated dependencies to resolve compatibility 3.10-3.14
1 parent c5a3086 commit 362ba15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'toolz', # dask installation failing without this
1616
'cytoolz', # dask installation failing without this
1717
'dask',
18-
'dask-ml==2024.4.4',
18+
'dask-ml>=2025.1.0',
1919
'h5py>=2.6.0',
2020
'matplotlib>=2.0.0',
2121
'distributed>=2.0.0',
@@ -24,7 +24,7 @@
2424
'ipywidgets',
2525
'ipykernel',
2626
'ipython', # Beginning with IPython 6.0, Python 3.3 and above is required.
27-
'scikit-learn>=1.0.0',
27+
'scikit-learn>=1.6.1',
2828
'scipy',
2929
'ase',
3030
'ipympl',

0 commit comments

Comments
 (0)