temporary fix numpy<1.20.0 (#281)
This commit is contained in:
parent
1eb6137645
commit
e3ee415b1a
2
setup.py
2
setup.py
@ -47,7 +47,7 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"gym>=0.15.4",
|
"gym>=0.15.4",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
"numpy!=1.16.0", # https://github.com/numpy/numpy/issues/12793
|
"numpy!=1.16.0,<1.20.0", # https://github.com/numpy/numpy/issues/12793
|
||||||
"tensorboard",
|
"tensorboard",
|
||||||
"torch>=1.4.0",
|
"torch>=1.4.0",
|
||||||
"numba>=0.51.0",
|
"numba>=0.51.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user