Skip to content

Commit 53400cb

Browse files
authored
Open up bitarray dependency to allow <3 (#163)
1 parent 40cca90 commit 53400cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/163.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Open up bitarray dependency to allow >=1.3,<3 so that users have access to wheels in v2.4 if needed.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"hdaccount/wordlist/*.txt",
6161
]},
6262
install_requires=[
63-
"bitarray>=1.2.1,<1.3.0",
63+
"bitarray>=1.2.1,<3",
6464
"eth-abi>=2.0.0b7,<3",
6565
"eth-keyfile>=0.5.0,<0.6.0",
6666
"eth-keys>=0.3.4,<0.4.0",

0 commit comments

Comments
 (0)