Metadata-Version: 2.1
Name: numba-scipy-complex
Version: 0.1.0
Summary: Implements a collection of scipy.special functions with support for complex arguments during theNumba nopython mode.
Home-page: https://github.com/JoachimMarin/numba-scipy-complex
Author: Joachim Marin
Author-email: joachim.marin@t-online.de
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.22.4)
Requires-Dist: scipy (>=1.7.3)
Requires-Dist: numba (>=0.57.1)
Provides-Extra: dev
Requires-Dist: pytest (>=7.0) ; extra == 'dev'
Requires-Dist: twine (>=4.0.2) ; extra == 'dev'

Implements a collection of `scipy.special` functions with support for complex arguments during the Numba `nopython` mode.
