Skip to content

Commit e2fb6ea

Browse files
committed
add dependency pydantic
1 parent 76da8d5 commit e2fb6ea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bim2sim/sim_settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from typing import Union, Optional, List
1010
import sys
1111

12-
from plotly.io import defaults
1312
from pydantic import BaseModel, Field, model_validator, field_validator, FilePath, DirectoryPath
1413
from pydantic_core import PydanticCustomError
1514
from typing_extensions import Self

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Programming Language :: Python :: 3.11",
3535
]
3636
dependencies = [
37+
"pydantic==2.11.7",
3738
"ifcopenshell==0.7.0.240627",
3839
"docopt==0.6.2",
3940
"numpy==1.26.0",

0 commit comments

Comments
 (0)