Skip to content

Commit 63fe97f

Browse files
committed
chroe: import esse
1 parent a31196a commit 63fe97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"numpy",
2020
"jsonschema>=2.6.0",
2121
"pydantic>=2.7.1",
22-
"mat3ra-esse>=2025.4.15.post0",
22+
"mat3ra-esse @ git+https://github.com/exabyte-io/esse.git@f29565a8bb2cf91a3b0002ce9ab9955cfa64f3de",
2323
"mat3ra-utils>=2024.5.15.post0",
2424
]
2525

src/py/mat3ra/code/vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List
22

33
import numpy as np
4-
from mat3ra.esse.models.core.abstract.point import PointSchema as Vector3DSchema
4+
from mat3ra.esse.models.core.abstract.vector_3d import Vector3dSchema as Vector3DSchema
55
from mat3ra.utils.mixins import RoundNumericValuesMixin
66
from pydantic import model_serializer
77

0 commit comments

Comments
 (0)