We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef49150 commit bb9786cCopy full SHA for bb9786c
requirements.txt
@@ -1,4 +1,4 @@
1
-chia-blockchain==2.4.4
+chia-blockchain==2.5.4
2
blspy==2.0.3
3
setuptools~=75.6.0
4
aiosqlite==0.20.0
setup.py
@@ -14,7 +14,7 @@ def read(fname):
14
15
16
dependencies = [
17
- "chia-blockchain==2.4.4",
+ "chia-blockchain==2.5.4",
18
"chia_rs>=0.5.2",
19
"setuptools>=56.1,<75.7",
20
"aiosqlite==0.20.0",
0 commit comments