Skip to content

Commit 4488839

Browse files
author
wilko
committed
allow newer version of clkhash
1 parent 40042d0 commit 4488839

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bitarray-hardbyte==1.2.2
22
cffi==1.14.1
3-
clkhash==0.15.2
3+
clkhash==0.16.0a1
44
Cython==0.29.21
55
hypothesis==5.20.3
66
pytest==5.4.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
requirements = [
1919
"bitarray-hardbyte>=0.8.0",
2020
"cffi>=1.7",
21-
"clkhash~=0.15.0",
21+
"clkhash>=0.15.0",
2222
"numpy>=1.14",
2323
"mypy-extensions>=0.4",
2424
"Cython>=0.29.10"

0 commit comments

Comments
 (0)