diff --git a/Tests/Data/requirements.txt b/Tests/Data/requirements.txt
index 9fca2eb44621115291f869a53c0a15dd48d44822..eb2ab8c956d36bfcfbfc87ffb354ab37accd8d0a 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 421ff6c4fafd1c9e3498feb797dec1ec6d92b364..d73318f08b9e321e723118f38d6015733fa275b1 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: