Skip to content

Commit

Permalink
Merge pull request #17 from CentML/fix-protobuf
Browse files Browse the repository at this point in the history
Fix protobuf downgrade
  • Loading branch information
anurlybayev committed Nov 4, 2022
2 parents b716b31 + 6eea0a0 commit 0b68cfb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 18 deletions.
48 changes: 31 additions & 17 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ skyline = "skyline.skyline:main"
[tool.poetry.dependencies]
python = "^3.8"
pyyaml = "*"
protobuf = "*"
protobuf = "3.18.3"
numpy = "^1.22"
torch = "*"
nvidia-ml-py3 = "*"
Expand Down

0 comments on commit 0b68cfb

Please sign in to comment.