Skip to content

Commit

Permalink
Relock dependencies to use nucypher v7.4.0 tagged release.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Aug 12, 2024
1 parent 66938c7 commit f74fe69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name = "pypi"
python_version = "3"

[packages]
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.4.x"}
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.4.0"}
nucypher-core = "==0.13.0" # must be the same as nucypher
flask-cors = "*"
prometheus-flask-exporter = "*"

[dev-packages]
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.4.x", extras = ["dev"]} # needed for testerchain, and must be editable
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.4.0", extras = ["dev"]} # needed for testerchain, and must be editable
pytest = "<7" # match with nucypher/nucypher
pytest-cov = "*"
pytest-mock = "*"
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ msgpack-python==0.5.6; python_version >= '3.9' and python_version < '4'
msgspec==0.18.6
multidict==6.0.5; python_version >= '3.9' and python_version < '4'
nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
nucypher@ git+https://github.com/nucypher/nucypher.git@cbabcc042e61099d2dc7627c838ccf71a7d139aa
nucypher@ git+https://github.com/nucypher/nucypher.git@42c3ac528e15b1932e108b0fbde60fe7f2f1aa7c
nucypher-core==0.13.0
numpy==1.26.4
packaging==23.2; python_version >= '3.9' and python_version < '4'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ maya==0.6.1; python_version >= '3.9' and python_version < '4'
mnemonic==0.21; python_version >= '3.9' and python_version < '4'
msgpack-python==0.5.6; python_version >= '3.9' and python_version < '4'
multidict==6.0.5; python_version >= '3.9' and python_version < '4'
nucypher@ git+https://github.com/nucypher/nucypher.git@cbabcc042e61099d2dc7627c838ccf71a7d139aa
nucypher@ git+https://github.com/nucypher/nucypher.git@42c3ac528e15b1932e108b0fbde60fe7f2f1aa7c
nucypher-core==0.13.0
packaging==23.2; python_version >= '3.9' and python_version < '4'
parsimonious==0.10.0; python_version >= '3.9' and python_version < '4'
Expand Down

0 comments on commit f74fe69

Please sign in to comment.