Skip to content

Commit

Permalink
Reduced python and numpy versions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshin committed Mar 6, 2023
1 parent 3c42c91 commit c4673ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ include = [ "pyproject.toml" ]
skyline = "skyline.skyline:main"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
pyyaml = "*"
protobuf = "3.18.3"
numpy = "^1.22"
numpy = "^1.15.2"
torch = "*"
nvidia-ml-py3 = "*"
toml = "^0.10.2"
Expand Down
Empty file added setup.cfg
Empty file.

0 comments on commit c4673ec

Please sign in to comment.