From 23272e171a434197507a3dfcab5df10ee7facb12 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Mon, 13 Jan 2025 20:18:04 +0100 Subject: [PATCH] add missing scipy dependency --- .gitlab-ci.yml | 1 - pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02ce29a55..4cb4fd0c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,6 @@ minimal-sympy-master: script: - python -m pip install --upgrade git+https://github.com/sympy/sympy.git - python quicktest.py - allow_failure: true tags: - docker - cuda diff --git a/pyproject.toml b/pyproject.toml index c0404a720..c540ca1e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,7 @@ testsuite = [ 'matplotlib', 'py-cpuinfo', 'randomgen>=1.18', + 'scipy' ] [build-system] -- GitLab