Skip to content

Commit

Permalink
Relax CCF version in Python dependencies in Pyscitt library (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov authored Nov 20, 2024
1 parent 7a228eb commit 474d31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscitt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
python_requires=">=3.8",
install_requires=[
"ccf==5.0.10",
"ccf==5.*",
"cryptography==43.*", # needs to match ccf
"httpx",
"cbor2==5.4.*",
Expand Down

0 comments on commit 474d31c

Please sign in to comment.