Update setup.py dependency list
This commit is contained in:
parent
9c0fcdc677
commit
c7e950439d
2
setup.py
2
setup.py
|
@ -8,6 +8,6 @@ setup(
|
||||||
description="Fast and simple RL algorithms implemented in pytorch",
|
description="Fast and simple RL algorithms implemented in pytorch",
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.6",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"GitPython", "gym[all]", "numpy", "onnx", "tensorboard", "torch", "torchvision", "wandb",
|
"GitPython", "gym", "numpy", "onnx", "tensorboard", "torch", "torchvision", "wandb",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue