Skip to content

Commit

Permalink
CHG: Updated dependencies
Browse files Browse the repository at this point in the history
- updated dask and msgpack version requirements (closes #59)
- dropped Python 3.7 support

On branch dev
Changes to be committed:
	modified:   setup.cfg
  • Loading branch information
pantaray committed Jun 25, 2024
1 parent 2738395 commit 8a499b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -40,15 +39,15 @@ packages = find:
include_package_data = True
zip_safe = False
python_requires =
>= 3.7, < 3.13
>= 3.8, < 3.13
install_requires =
cloudpickle <= 2.2.1
colorama
dask >= 2021.09.0, <= 2023.12
dask >= 2022.12.1, <= 2024.6.2
dask-jobqueue >= 0.8, < 0.9
h5py < 4
numpy >= 1.0, < 2.0
msgpack < 1.0.7
msgpack == 1.0.5
toolz >= 0.12
tqdm >= 4.31

Expand Down

0 comments on commit 8a499b4

Please sign in to comment.