We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6288b91 commit f62820eCopy full SHA for f62820e
requirements-dev.txt
@@ -1,4 +1,5 @@
1
# syntax check, unit test, profiling
2
+setuptools>=56.0.0
3
flake8>=3.8.4
4
pytest>=6.2.1
5
twine==3.3.0
setup.py
@@ -19,11 +19,10 @@ def get_version(path):
19
url='http://github.com/ulf1/numpy-fracdiff',
20
author='Ulf Hamster',
21
author_email='554c46@gmail.com',
22
- license='MIT',
+ license='Apache License 2.0',
23
packages=['numpy_fracdiff'],
24
install_requires=[
25
- 'setuptools>=40.0.0',
26
'numpy>=1.18.*,<2',
27
'numba>=0.48.*'],
28
python_requires='>=3.6',
29
- zip_safe=True)
+ zip_safe=False)
0 commit comments