Files
MLPproject/.venv/lib/python3.12/site-packages/scipy/misc/__init__.py
2025-10-23 15:44:32 +02:00

7 lines
135 B
Python

import warnings
warnings.warn(
"scipy.misc is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)