Skip to content

Commit

Permalink
Ready to 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 29, 2024
1 parent 0eeed64 commit fe7450f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gymnasium[atari]>=0.29.0
gymnasium[classic-control]>=0.29.0
moviepy==1.0.3
numpy==2.1.2
numpy<2
opencv-python==4.10.0.84
torch==2.5.0
torchvision==0.20.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email="[email protected]",
license='GPL-v3',
description="PyTorch reinforcement learning framework",
version="0.8",
version="0.8.1",
packages=setuptools.find_packages(),
install_requires=requirements,
)

0 comments on commit fe7450f

Please sign in to comment.