We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aad99a commit bd27653Copy full SHA for bd27653
cebra/integrations/sklearn/cebra.py
@@ -52,8 +52,13 @@
52
# windows (https://github.com/AdaptiveMotorControlLab/CEBRA/pull/281#issuecomment-3764185072)
53
# on build (windows-latest, torch 2.6.0, python 3.12, latest sklearn)
54
CEBRA_LOAD_SAFE_GLOBALS = [
55
- cebra.data.Offset, torch.torch_version.TorchVersion, np.dtype,
56
- np.dtypes.Int32DType, np.dtypes.Float64DType, np.dtypes.Int64DType
+ cebra.data.Offset,
+ torch.torch_version.TorchVersion,
57
+ np.dtype,
58
+ np.dtypes.Int32DType,
59
+ np.dtypes.Int64DType,
60
+ np.dtypes.Float32DType,
61
+ np.dtypes.Float64DType,
62
]
63
64
0 commit comments