Skip to content
Snippets Groups Projects
Commit b90f87b2 authored by Moritz-Alexander-Kern's avatar Moritz-Alexander-Kern
Browse files

fixed variant docs

parent 91eefeae
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,8 @@ class PyElephant(PythonPackage):
depends_on('py-quantities@0.10.1:', type=('build', 'run'), when='@0.3.0:0.4.1')
depends_on('py-scipy@0.14.0:', type=('build', 'run'), when='@0.3.0:0.4.1')
depends_on('py-pandas@0.14.1:', type=('build', 'run'), when='+pandas')
depends_on('py-numpydoc@0.5:', type=('build', 'run'), when='+doc')
depends_on('py-sphinx@1.2.2:', type=('build', 'run'), when='+doc')
depends_on('py-numpydoc@0.5:', type=('build', 'run'), when='+docs')
depends_on('py-sphinx@1.2.2:', type=('build', 'run'), when='+docs')
depends_on('py-pandas@0.18.0:', type=('build', 'run'), when='+extras')
depends_on('py-scikit-learn@0.23.2:', type=('build', 'run'), when='+extras')
depends_on('py-statsmodels@0.12.1:', type=('build', 'run'), when='+extras')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment