Skip to content

Commit

Permalink
Fix openai gym issue according to
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmeswww committed Oct 6, 2023
1 parent 44a1aed commit bd8aadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ dependencies:
- pytorch-cuda=11.8
- torchaudio
- pytorch
- wheel<0.40.0
- setuptools<67.0.0
prefix: /anaconda/envs/SmartPlay
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# package_data={'crafter': ['data.yaml', 'assets/*']},
entry_points={'console_scripts': ['smartplay=smartplay.run_gui:main']},
install_requires=[
'wheel<0.40.0'
'setuptools==66.0.0'
'numpy',
'pygame',
'connected-components-3d',
Expand Down

0 comments on commit bd8aadd

Please sign in to comment.