mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-09 11:24:55 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c596ff373 |
@@ -115,7 +115,6 @@ else:
|
|||||||
Int32 as Int32,
|
Int32 as Int32,
|
||||||
Int64 as Int64,
|
Int64 as Int64,
|
||||||
Integer as Integer,
|
Integer as Integer,
|
||||||
Key as Key,
|
|
||||||
Num as Num,
|
Num as Num,
|
||||||
Shaped as Shaped,
|
Shaped as Shaped,
|
||||||
UInt as UInt,
|
UInt as UInt,
|
||||||
@@ -125,6 +124,9 @@ else:
|
|||||||
UInt64 as UInt64,
|
UInt64 as UInt64,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if has_jax:
|
||||||
|
from .array_types import Key as Key
|
||||||
|
|
||||||
|
|
||||||
# Now import PyTree
|
# Now import PyTree
|
||||||
if typing.TYPE_CHECKING:
|
if typing.TYPE_CHECKING:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "jaxtyping"
|
name = "jaxtyping"
|
||||||
version = "0.2.17"
|
version = "0.2.18"
|
||||||
description = "Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees."
|
description = "Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python ="~=3.8"
|
requires-python ="~=3.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user