Skip to content

Commit

Permalink
Trying to fix random poetry-windows problems...
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Sep 1, 2023
1 parent f6bbafc commit 6b7dfe3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
37 changes: 36 additions & 1 deletion poetry.lock

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

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ tensorboard = "^2.5.0"
# Torch 2.0.1 causes problems, see https://github.com/pytorch/pytorch/issues/100974
torch = "^2.0.0, !=2.0.1"
tqdm = "*"
virtualenv = [
# special sauce b/c of a flaky bug in poetry on windows
# see https://github.com/python-poetry/poetry/issues/7611#issuecomment-1466478926
{ version = "^20.4.3,!=20.4.5,!=20.4.6" },
{ version = "<20.16.4", markers = "sys_platform == 'win32'" },
]

# TODO: add versions
atari_py = {version = "*", optional = true}
Expand Down

0 comments on commit 6b7dfe3

Please sign in to comment.