Ë
    ÷U.j  ã                   ó6   — d Z ddlZddlZddlmZ d„ Zd„ Zd„ Zy)aY  
Check the numpy version is valid.

Note that a development version is marked by the presence of 'dev0' or '+'
in the version string, all else is treated as a release. The version string
itself is set from the output of ``git describe`` which relies on tags.

Examples
--------

Valid Development: 1.22.0.dev0 1.22.0.dev0+5-g7999db4df2 1.22.0+5-g7999db4df2
Valid Release: 1.21.0.rc1, 1.21.0.b1, 1.21.0
Invalid: 1.22.0.dev, 1.22.0.dev0-5-g7999db4dfB, 1.21.0.d1, 1.21.a

Note that a release is determined by the version string, which in turn
is controlled by the result of the ``git describe`` command.
é    N)Úassert_c                  ó˜   — d} d}t        j                  | |z   dz   t        j                  «      }t	        |d ut        j                  «       y )Nz/^[0-9]+\.[0-9]+\.[0-9]+(a[0-9]|b[0-9]|rc[0-9])?z'(\.dev[0-9]+(\+git[0-9]+\.[0-9a-f]+)?)?Ú$)ÚreÚmatchÚnpÚ__version__r   )Úversion_patternÚ
dev_suffixÚress      ú`C:\xampp\htdocs\tradingbinance\backend\.venv\Lib\site-packages\numpy/tests/test_numpy_version.pyÚtest_valid_numpy_versionr      s?   € ð I€OØ;€JÜ
�(‰(�? ZÑ/°#Ñ5´r·~±~Ó
F€CäˆC�tˆOœRŸ^™^Õ,ó    c                  ó2  — t         j                  j                  r6t        t         j                  t         j                  j
                  k(  d«       y t        t         j                  j                  d«      d   t         j                  j
                  k(  d«       y )Nz)short_version mismatch in release versionÚ+r   z-short_version mismatch in development version)r   ÚversionÚreleaser   r	   Úshort_versionÚsplit© r   r   Útest_short_versionr   "   sb   € ä	‡z�z×ÒÜ”—‘¤"§*¡*×":Ñ":Ñ:Ø;õ	=ô 	”—‘×$Ñ$ SÓ)¨!Ñ,´·
±
×0HÑ0HÑHØ?õ	Ar   c                  óº   — t        t        t        j                  «      D � cg c]  } | j	                  d«      rŒ| ‘Œ c} «      }t        g d¢«      }||k(  sJ ‚y c c} w )NÚ_)Úfull_versionÚgit_revisionr   r   r   )ÚsetÚdirr   r   Ú
startswith)ÚsÚcontentsÚexpecteds      r   Útest_version_moduler"   ,   sS   € Üœs¤2§:¡:œÓH™˜!°a·l±lÀ3Õ6G’A˜ÑHÓI€HÜò ó €Hð �xÒÐÑùò Is
   ¡A¸A)	Ú__doc__r   Únumpyr   Únumpy.testingr   r   r   r"   r   r   r   Ú<module>r&      s%   ðñó" 
ã Ý !ò-òAó
 r   