Commit 3906f14d authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add numpy in extra_requires for test suite

No related merge requests found
Pipeline #37541 passed with stage
in 2 minutes and 56 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -8,7 +8,7 @@ test-evalhyd-python:
# print Python version
- python --version
# compile and install package
- python -m pip install --user .
- python -m pip install --user .[tests]
# make sure package can be imported and check version
- python -c "import evalhyd;print(evalhyd.__version__)"
# run test suite
......
......@@ -44,5 +44,6 @@ setup(
long_description='An evaluator for streamflow predictions.',
ext_modules=ext_modules,
cmdclass={'build_ext': build_ext},
extras_require={"tests": "numpy>=1.16"},
zip_safe=False,
)
Supports Markdown
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