Skip to content

Commit

Permalink
adding pyyaml as tests were broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Oct 18, 2023
1 parent 2c9497b commit 776b0db
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
51 changes: 50 additions & 1 deletion python/poetry.lock

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

5 changes: 3 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ pyglet = "^2.0.0"
numpy = "<1.24"
gymnasium = "^0.26.3"
moviepy = "^1.0.3"
ruff = "^0.0.289"
types-pyyaml = "^6.0.12.11"
pyyaml = "^6.0.1"


[tool.poetry.group.dev.dependencies]
mypy = "^1.3.0"
black = "^23.3.0"
pytest = "^7.3.1"
types-pyyaml = "^6.0.12.11"
ruff = "^0.0.289"

[tool.poetry.build]
script = "tools/package_resources.py"
Expand Down

0 comments on commit 776b0db

Please sign in to comment.