We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a0ed1 commit 9727ed2Copy full SHA for 9727ed2
2 files changed
docs/source/requirements.txt
@@ -1,6 +1,6 @@
1
# Requirements for building documentation
2
scipy
3
-numpy>=1.8.2
+numpy
4
numpydoc
5
sphinx
6
setup.py
@@ -19,7 +19,7 @@ def readme():
19
20
21
setup(name='kcsd',
22
- version='2.0',
+ version='2.0.3',
23
description='kernel current source density methods',
24
long_description=readme(),
25
classifiers=[
@@ -54,10 +54,10 @@ def readme():
54
'figures/*'
55
]
56
},
57
- install_requires=['numpy>=1.8.0',
58
- 'scipy>=0.14.0',
59
- 'matplotlib>=2.0'],
60
- extras_require={'docs': ['numpydoc>=0.5',
61
- 'sphinx>=1.2.2']},
+ install_requires=['numpy>=1.19',
+ 'scipy>=1.8.0',
+ 'matplotlib>=3.6'],
+ extras_require={'docs': ['numpydoc>=1.6.0',
+ 'sphinx>=5']},
62
test_suite='kcsd.tests',
63
zip_safe=False)
0 commit comments