Skip to content

Commit

Permalink
fix windows, bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
edbeeching committed Jun 25, 2024
1 parent 89a0b5a commit 9f3f452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "godot_rl"
version = "0.8.0"
version = "0.8.1"
authors = [
{ name="Edward Beeching", email="edbeeching@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers =
[options]
packages = find:
install_requires =
numpy
numpy<=2.0.0
tensorboard
wget
huggingface_hub>=0.10
Expand Down

0 comments on commit 9f3f452

Please sign in to comment.