mirror of
https://github.com/vale981/stocproc
synced 2025-03-05 09:41:42 -05:00
add mpmath to deps
This commit is contained in:
parent
ea286b679b
commit
a578f2b0ec
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ if __name__ == "__main__":
|
|||
'Topic :: Utilities',
|
||||
'Intended Audience :: Researcher'],
|
||||
platforms=['ALL'],
|
||||
install_requires=['fcSpline>=0.1', 'numpy>=1.20', 'cython>=0.29', 'scipy>=1.6'],
|
||||
install_requires=['fcSpline>=0.1', 'numpy>=1.20', 'cython>=0.29', 'scipy>=1.6', 'mpmath>=1.2.0'],
|
||||
dependency_links=['https://raw.githubusercontent.com/cimatosa/fcSpline/master/egg/fcSpline-0.1-py3.4-linux-x86_64.egg'],
|
||||
ext_modules = cythonize(["stocproc/stocproc_c.pyx"]),
|
||||
include_dirs = [np.get_include()],
|
||||
|
|
Loading…
Add table
Reference in a new issue