chore: removes nptyping and updates dependencies

This commit is contained in:
2025-09-23 05:07:39 -03:00
parent 57be666129
commit 7ef6f8b0b8
4 changed files with 103 additions and 111 deletions

View File

@@ -10,7 +10,7 @@ from diceplayer.shared.utils.misc import date_time
from diceplayer.shared.utils.ptable import atomsymb
import numpy as np
from nptyping import NDArray
import numpy.typing as npt
import os
import shutil
@@ -25,7 +25,7 @@ class GaussianInterface(Interface):
self.system = system
self.step = step_dto
def start(self, cycle: int) -> Dict[str, NDArray]:
def start(self, cycle: int) -> Dict[str, npt.NDArray]:
self._make_qm_dir(cycle)
if cycle > 1: