mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Update to Jumpy 1.0 (#345)
This commit is contained in:
@@ -10,7 +10,7 @@ from typing import Callable
|
||||
|
||||
|
||||
try:
|
||||
import jumpy as jp
|
||||
import jumpy.numpy as jp
|
||||
except ImportError as e:
|
||||
raise ImportError("Jumpy is not installed, run `pip install jax-jumpy`") from e
|
||||
import numpy as np
|
||||
|
@@ -18,7 +18,7 @@ from typing_extensions import Final
|
||||
|
||||
|
||||
try:
|
||||
import jumpy as jp
|
||||
import jumpy.numpy as jp
|
||||
except ImportError as e:
|
||||
raise ImportError("Jumpy is not installed, run `pip install jax-jumpy`") from e
|
||||
import numpy as np
|
||||
|
@@ -26,7 +26,7 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"numpy >=1.21.0",
|
||||
"jax-jumpy >=0.2.0",
|
||||
"jax-jumpy>=1.0.0",
|
||||
"cloudpickle >=1.2.0",
|
||||
"importlib-metadata >=4.8.0; python_version < '3.10'",
|
||||
"typing-extensions >=4.3.0",
|
||||
|
Reference in New Issue
Block a user