mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-12 12:32:19 +08:00
Fixed cloudpickle breaking
This commit is contained in:
@@ -2,3 +2,4 @@ equinox>=0.5.3
|
||||
pytest>=7.0.1
|
||||
beartype>=0.10.4
|
||||
typeguard>=2.13.3
|
||||
cloudpickle>=2.2.1
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
import cloudpickle
|
||||
|
||||
from jaxtyping import AbstractArray, Array, Shaped
|
||||
|
||||
|
||||
def test_pickle():
|
||||
cloudpickle.dumps(Shaped[Array, ""])
|
||||
cloudpickle.dumps(AbstractArray)
|
||||
Reference in New Issue
Block a user