Skip to content

Commit 26316d6

Browse files
committed
removed unused dependencies
1 parent 318af94 commit 26316d6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

PyMieSim/utils.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
from pydantic import ConfigDict
4+
55
import numpy
66

77
# Configuration dictionary for the Pydantic dataclass
8-
config_dict = ConfigDict(
9-
kw_only=True, slots=True, extra="forbid", arbitrary_types_allowed=True
10-
)
11-
128

139
def cartesian_to_spherical(
1410
x: numpy.ndarray, y: numpy.ndarray, z: numpy.ndarray

0 commit comments

Comments
 (0)