Merge pull request #3495 from ethereum/curdleproofs

Pin `curdleproofs==0.1.1`
This commit is contained in:
Hsiao-Wei Wang 2023-09-06 11:59:52 +08:00 committed by GitHub
commit 25c8aba99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -519,6 +519,6 @@ setup(
"lru-dict==1.2.0", "lru-dict==1.2.0",
MARKO_VERSION, MARKO_VERSION,
"py_arkworks_bls12381==0.3.4", "py_arkworks_bls12381==0.3.4",
"curdleproofs @ git+https://github.com/nalinbhardwaj/curdleproofs.pie@805d06785b6ff35fde7148762277dd1ae678beeb#egg=curdleproofs&subdirectory=curdleproofs", "curdleproofs==0.1.1",
] ]
) )