o
    eRh9                  
   @   sJ  d Z ddlZddlmZ zddlmZ W n e	y' Z
 zdZe	ee
dZ
[
ww ddlmZ ddlmZ [dd	lmZ d
ZdZeeeek sSeeeekriddlZejde de de dedd [zddlmZ W n e	y Z
 zdZe	ee
dZ
[
ww ddlmZ eeZ[g dZeg d Z dd Z!dd Z"dS )a  
SciPy: A scientific computing package for Python
================================================

Documentation is available in the docstrings and
online at https://docs.scipy.org.

Subpackages
-----------
Using any of these subpackages requires an explicit import. For example,
``import scipy.cluster``.

::

 cluster                      --- Vector Quantization / Kmeans
 constants                    --- Physical and mathematical constants and units
 datasets                     --- Dataset methods
 differentiate                --- Finite difference differentiation tools
 fft                          --- Discrete Fourier transforms
 fftpack                      --- Legacy discrete Fourier transforms
 integrate                    --- Integration routines
 interpolate                  --- Interpolation Tools
 io                           --- Data input and output
 linalg                       --- Linear algebra routines
 ndimage                      --- N-D image package
 odr                          --- Orthogonal Distance Regression
 optimize                     --- Optimization Tools
 signal                       --- Signal Processing Tools
 sparse                       --- Sparse Matrices
 spatial                      --- Spatial data structures and algorithms
 special                      --- Special functions
 stats                        --- Statistical Functions

Public API in the main SciPy namespace
--------------------------------------
::

 __version__       --- SciPy version string
 LowLevelCallable  --- Low-level callback function
 show_config       --- Show scipy build configuration
 test              --- Run scipy unittests

    N)__version__)showzError importing SciPy: you cannot import SciPy while
    being in scipy source directory; please exit the SciPy source
    tree first and relaunch your Python interpreter.)version   )_distributor_init)_pep440z1.23.5z2.5.0zA NumPy version >=z and <z9 is required for this version of SciPy (detected version )   )
stacklevel)LowLevelCallablezvThe `scipy` install you are using seems to be broken, (extension modules cannot be imported), please try reinstalling.)PytestTester)cluster	constantsdatasetsdifferentiatefftfftpack	integrateinterpolateiolinalgndimageodroptimizesignalsparsespatialspecialstats)r   testshow_configr   c                   C   s   t S )N)__all__ r"   r"   P/home/air/sanwanet/backup_V2/venv/lib/python3.10/site-packages/scipy/__init__.py__dir__   s   r$   c                 C   sD   | t v rtd|  S zt |  W S  ty!   td|  dw )Nzscipy.z!Module 'scipy' has no attribute '')
submodules
_importlibimport_moduleglobalsKeyErrorAttributeError)namer"   r"   r#   __getattr__   s   
r-   )#__doc__	importlibr'   numpyr   __numpy_version__scipy.__config__r   r    ImportErroremsgscipy.versionr    r   
scipy._libr   np_minversionnp_maxversionparseVersionwarningswarnUserWarningscipy._lib._ccallbackr   scipy._lib._testutilsr   __name__r   r&   r!   r$   r-   r"   r"   r"   r#   <module>   sN    ,

