Skip to content

Commit

Permalink
update dependencies in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Oct 30, 2023
1 parent e779e6d commit 226e26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
packages=setuptools.find_packages(),
install_requires=[
'sortedcontainers >= 2.4.0, < 3',
'bitarray >= 2.6.2, < 3',
'mmh3 >= 3.0.0, < 4',
'minio >= 7.1.14, < 8',
'bitarray >= 2.8.2, < 3',
'mmh3 >= 4.0.1, < 5',
'minio >= 7.1.17, < 8',
],
python_requires='>=3.11',
)

0 comments on commit 226e26a

Please sign in to comment.