up follow livre
This commit is contained in:
parent
b4b4398bb0
commit
3a7a3849ae
12242 changed files with 2564461 additions and 6914 deletions
6
venv/lib/python3.13/site-packages/scipy/misc/__init__.py
Normal file
6
venv/lib/python3.13/site-packages/scipy/misc/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import warnings
|
||||
warnings.warn(
|
||||
"scipy.misc is deprecated and will be removed in 2.0.0",
|
||||
DeprecationWarning,
|
||||
stacklevel=2
|
||||
)
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
venv/lib/python3.13/site-packages/scipy/misc/common.py
Normal file
6
venv/lib/python3.13/site-packages/scipy/misc/common.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import warnings
|
||||
warnings.warn(
|
||||
"scipy.misc.common is deprecated and will be removed in 2.0.0",
|
||||
DeprecationWarning,
|
||||
stacklevel=2
|
||||
)
|
||||
6
venv/lib/python3.13/site-packages/scipy/misc/doccer.py
Normal file
6
venv/lib/python3.13/site-packages/scipy/misc/doccer.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import warnings
|
||||
warnings.warn(
|
||||
"scipy.misc.doccer is deprecated and will be removed in 2.0.0",
|
||||
DeprecationWarning,
|
||||
stacklevel=2
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue