Skip to content
Snippets Groups Projects
Commit 23272e17 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

add missing scipy dependency

parent 1c0f1c30
No related branches found
No related tags found
1 merge request!436Introduce Nox for Local and CI Test Automation. Start Writing a Contributors Guide.
Pipeline #71876 failed
...@@ -203,7 +203,6 @@ minimal-sympy-master: ...@@ -203,7 +203,6 @@ minimal-sympy-master:
script: script:
- python -m pip install --upgrade git+https://github.com/sympy/sympy.git - python -m pip install --upgrade git+https://github.com/sympy/sympy.git
- python quicktest.py - python quicktest.py
allow_failure: true
tags: tags:
- docker - docker
- cuda - cuda
......
...@@ -75,6 +75,7 @@ testsuite = [ ...@@ -75,6 +75,7 @@ testsuite = [
'matplotlib', 'matplotlib',
'py-cpuinfo', 'py-cpuinfo',
'randomgen>=1.18', 'randomgen>=1.18',
'scipy'
] ]
[build-system] [build-system]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment