Skip to content

Commit

Permalink
Require dill>=0.3.7 (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Schröder <chschroeder@users.noreply.github.com>
  • Loading branch information
chschroeder committed Sep 11, 2023
1 parent dbd161e commit b98a7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
include_package_data=True,
python_requires='>=3.8',
install_requires=[
'dill',
'dill>=0.3.7',
'scipy',
'numpy>=1.21.0',
'scikit-learn>=0.24.1',
Expand Down

0 comments on commit b98a7d3

Please sign in to comment.