
    4[g0              	          d Z ddlZddlmZ 	 ddlmZ ddlmZ ddlmZ [dd	lmZ d
ZdZ ej(                  e       ej*                  e      k  s% ej(                  e       ej*                  e      k\  r#ddlZ ej.                  de de de ded       [	 ddlmZ ddlmZ  ee      Z[g dZeg dz   Z d Z!d Z"y# e	$ rZ
dZ e	e      e
dZ
[
ww xY w# e	$ rZ
dZ e	e      e
dZ
[
ww xY w)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
 fft                          --- Discrete Fourier transforms
 fftpack                      --- Legacy discrete Fourier transforms
 integrate                    --- Integration routines
 interpolate                  --- Interpolation Tools
 io                           --- Data input and output
 linalg                       --- Linear algebra routines
 misc                         --- Utilities that don't have another home.
 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.3.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fftfftpack	integrateinterpolateiolinalgmiscndimageodroptimizesignalsparsespatialspecialstats)r   testshow_configr   c                      t         S )N)__all__     I/var/www/html/bid-api/venv/lib/python3.12/site-packages/scipy/__init__.py__dir__r'      s    Nr%   c                     | t         v rt        j                  d|        S 	 t               |    S # t        $ r t        d|  d      w xY w)Nzscipy.z!Module 'scipy' has no attribute '')
submodules
_importlibimport_moduleglobalsKeyErrorAttributeError)names    r&   __getattr__r1      sZ    z''&88	9T?" 	 3D6; 	s	   / A)#__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'   r1   r$   r%   r&   <module>rG      s>  *X  2"4 1   GMM#$w}'EE'(OGOOM,JJHMM&}oVM?./q2 !- "6 /H
*   	a  "8C c
!	"F  "%C c
!	"s/   C C CCCC.C))C.