Skip to content

Commit

Permalink
Update Porter's nucypher depedency to be v7.0.0-rc.10 and relock all …
Browse files Browse the repository at this point in the history
…dependencies.
  • Loading branch information
derekpierre committed Nov 17, 2023
1 parent 7723d6e commit b23a3e9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 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/derekpierre/nucypher.git", ref = "child-sampling"}
nucypher = {git = "https://github.com/nucypher/nucypher.git", ref = "v7.0.0-rc.10"}
nucypher-core = "==0.13.0" # must be the same as nucypher
flask-cors = "*"
prometheus-flask-exporter = "*"

[dev-packages]
nucypher = {git = "https://github.com/derekpierre/nucypher.git", editable = true, ref = "child-sampling", extras = ["dev"]} # needed for testerchain, and must be editable
nucypher = {git = "https://github.com/nucypher/nucypher.git", editable = true, ref = "v7.0.0-rc.10", extras = ["dev"]} # needed for testerchain, and must be editable
pytest = "<7" # match with nucypher/nucypher
pytest-cov = "*"
pytest-mock = "*"
Expand Down
13 changes: 5 additions & 8 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 @@ -83,7 +83,7 @@ msgspec==0.18.4 ; python_version >= '3.8'
multidict==5.2.0 ; python_version >= '3.6'
mypy-extensions==1.0.0 ; python_version >= '3.5'
nodeenv==1.8.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
git+https://github.com/derekpierre/nucypher.git@f751cb385e03909529c733a402b674c7c2f28cdd#egg=nucypher
git+https://github.com/nucypher/nucypher.git@c0d12e14e4526f3fb3549a1176d0b2a79923c5ca#egg=nucypher
nucypher-core==0.13.0
numpy==1.26.1 ; python_version < '3.13' and python_version >= '3.9'
packaging==23.2 ; python_version >= '3.7'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ msgpack==1.0.7 ; python_version >= '3.8'
msgpack-python==0.5.6
multidict==5.2.0 ; python_version >= '3.6'
mypy-extensions==1.0.0 ; python_version >= '3.5'
git+https://github.com/derekpierre/nucypher.git@f751cb385e03909529c733a402b674c7c2f28cdd#egg=nucypher
git+https://github.com/nucypher/nucypher.git@c0d12e14e4526f3fb3549a1176d0b2a79923c5ca#egg=nucypher
nucypher-core==0.13.0
packaging==23.2 ; python_version >= '3.7'
parsimonious==0.9.0
Expand Down

0 comments on commit b23a3e9

Please sign in to comment.