Skip to content
Snippets Groups Projects
Commit ef53dde4 authored by Timo Koch's avatar Timo Koch Committed by Mathis Kelm
Browse files

Merge branch 'fix/separate-development-dependencies' into 'master'

separate development python dependencies into requirements.txt

See merge request !3371

(cherry picked from commit e07e3e42)

2fdb8c13 separate development python dependencies into requirements.txt
949210e5 include project python dependencies in requirements.txt
parent b2984472
1 merge request!3373Merge branch 'fix/separate-development-dependencies' into 'master'
Pipeline #26378 passed
+2
...@@ -35,6 +35,8 @@ configure: ...@@ -35,6 +35,8 @@ configure:
# cache state of the Dune virtual env for Python if it exists (Dune 2.9) # cache state of the Dune virtual env for Python if it exists (Dune 2.9)
- | - |
if [ -d "/dune/modules/dune-common/build-cmake/dune-env" ]; then if [ -d "/dune/modules/dune-common/build-cmake/dune-env" ]; then
source /dune/modules/dune-common/build-cmake/dune-env/bin/activate
python3 -m pip install -r requirements.txt
cp -r /dune/modules/dune-common/build-cmake/dune-env build-cmake cp -r /dune/modules/dune-common/build-cmake/dune-env build-cmake
fi fi
artifacts: artifacts:
......
...@@ -6,5 +6,5 @@ Depends: dune-common (>=2.8) dune-grid (>=2.8) dune-localfunctions (>=2.8) dune- ...@@ -6,5 +6,5 @@ Depends: dune-common (>=2.8) dune-grid (>=2.8) dune-localfunctions (>=2.8) dune-
Suggests: dune-alugrid (>=2.8) dune-foamgrid (>=2.8) dune-uggrid (>=2.8) dune-functions (>=2.8) opm-common opm-grid dune-subgrid (>=2.8) dune-spgrid (>=2.8) dune-mmesh (>=1.2) Suggests: dune-alugrid (>=2.8) dune-foamgrid (>=2.8) dune-uggrid (>=2.8) dune-functions (>=2.8) opm-common opm-grid dune-subgrid (>=2.8) dune-spgrid (>=2.8) dune-mmesh (>=1.2)
Description: DuMux is a module for simulation of multi-phase multi-component flow transport in porous media Description: DuMux is a module for simulation of multi-phase multi-component flow transport in porous media
URL: https://dumux.org URL: https://dumux.org
Python-Requires: flake8 pylint numpy Python-Requires: numpy
Whitespace-Hook: Yes Whitespace-Hook: Yes
numpy
matplotlib
pylint~=2.14.0
flake8~=6.0.0
black~=22.0
codespell~=2.2.2
fieldcompare[all]~=0.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment