We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39ea8e1 + bd8aadd commit 9485363Copy full SHA for 9485363
2 files changed
environment.yml
@@ -9,4 +9,6 @@ dependencies:
9
- pytorch-cuda=11.8
10
- torchaudio
11
- pytorch
12
+ - wheel<0.40.0
13
+ - setuptools<67.0.0
14
prefix: /anaconda/envs/SmartPlay
setup.py
@@ -26,7 +26,6 @@
26
'importlib-metadata==6.6.0',
27
'importlib-resources==5.12.0',
28
'vgdl @ git+https://github.com/ahjwang/py-vgdl',
29
- 'pygame==1.9.6',
30
],
31
include_package_data=True,
32
classifiers=[
@@ -36,4 +35,4 @@
36
35
'Topic :: Games/Entertainment',
37
'Topic :: Scientific/Engineering :: Artificial Intelligence',
38
39
-)
+)
0 commit comments