From 24ed83be1b8868b88766b2262c20bbd622a3087b Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 30 May 2023 19:10:00 +0000 Subject: [PATCH] [py,nb] Don't use editable installs, not needed. --- Tests/Data/requirements.txt | 6 +++--- scripts/ci/jobs/jupyter.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/Data/requirements.txt b/Tests/Data/requirements.txt index 9fca2eb4462..eb2ab8c956d 100644 --- a/Tests/Data/requirements.txt +++ b/Tests/Data/requirements.txt @@ -2,14 +2,14 @@ ogstools==0.0.3 gmsh>=4.11 h5py>=3.8 --e git+https://github.com/joergbuchwald/heatsource_thm@bbd5bab17fc2ec228c773e087dc847e1ad5f9a4c#egg=heatsource-py +git+https://github.com/joergbuchwald/heatsource_thm@bbd5bab17fc2ec228c773e087dc847e1ad5f9a4c#egg=heatsource-py jupyterlab==3.4.8 matplotlib>=3.6 numpy>=1.24 --e git+https://github.com/joergbuchwald/ogs6py@71f49a896381152e648801740833450022115981#egg=ogs6py +git+https://github.com/joergbuchwald/ogs6py@71f49a896381152e648801740833450022115981#egg=ogs6py pandas>=1.5 ipywidgets pyvista[all,jupyter,trame]>=0.39 --e git+https://github.com/joergbuchwald/VTUinterface@05793c7be84fbcb7d9f8f740c3dc667089a61505#egg=vtuinterface +git+https://github.com/joergbuchwald/VTUinterface@05793c7be84fbcb7d9f8f740c3dc667089a61505#egg=vtuinterface trame-vtk>=2.4 vtk-osmesa==9.2.6;platform_system=='Linux' diff --git a/scripts/ci/jobs/jupyter.yml b/scripts/ci/jobs/jupyter.yml index 421ff6c4faf..d73318f08b9 100644 --- a/scripts/ci/jobs/jupyter.yml +++ b/scripts/ci/jobs/jupyter.yml @@ -6,7 +6,7 @@ test notebooks via wheel: - python -m venv --upgrade-deps .venv - source .venv/bin/activate - pip install -r requirements.txt - - pip install -r requirements-gmsh-nox.txt + - pip install --force-reinstall -r requirements-gmsh-nox.txt - pip install -r requirements-dev.txt - pip install -r requirements-ogs.txt # TODO: -- GitLab