Metadata-Version: 2.1
Name: numba-scipy
Version: 0.4.0.dev0
Summary: numba-scipy extends Numba to make it aware of SciPy
Home-page: https://github.com/numba/numba-scipy
Author: Anaconda, Inc.
Author-email: numba-users@continuum.io
License: BSD
Download-URL: https://github.com/numba/numba-scipy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Compilers
Requires-Dist: scipy (<=1.6.2,>=0.16)
Requires-Dist: numba (>=0.45)

***********
numba-scipy
***********

.. image:: https://badges.gitter.im/numba/numba.svg
   :target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
   :alt: Gitter

Numba + SciPy = numba-scipy
###########################

``numba-scipy`` extends Numba to make it aware of SciPy. Numba is an open
source, NumPy-aware optimizing compiler for Python sponsored by Anaconda, Inc.
It uses the LLVM compiler project to generate machine code from Python syntax.

For more information about Numba, see the Numba homepage:
http://numba.pydata.org

Dependencies
============

* numba


