Skip to content

Commit 9485363

Browse files
authored
Merge pull request #2 from Holmeswww/Holmeswww-patch-setuptools
Patch setuptools problem
2 parents 39ea8e1 + bd8aadd commit 9485363

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ dependencies:
99
- pytorch-cuda=11.8
1010
- torchaudio
1111
- pytorch
12+
- wheel<0.40.0
13+
- setuptools<67.0.0
1214
prefix: /anaconda/envs/SmartPlay

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'importlib-metadata==6.6.0',
2727
'importlib-resources==5.12.0',
2828
'vgdl @ git+https://github.com/ahjwang/py-vgdl',
29-
'pygame==1.9.6',
3029
],
3130
include_package_data=True,
3231
classifiers=[
@@ -36,4 +35,4 @@
3635
'Topic :: Games/Entertainment',
3736
'Topic :: Scientific/Engineering :: Artificial Intelligence',
3837
],
39-
)
38+
)

0 commit comments

Comments
 (0)