We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6501bbc commit e5dc087Copy full SHA for e5dc087
1 file changed
.github/workflows/run-tutorials.yml
@@ -36,7 +36,7 @@ jobs:
36
# Install memilio-simulation from the cloned repo (C++ extension, needs cmake/ninja)
37
uv add --dev ./memilio/pycode/memilio-simulation
38
# Install tutorial dependencies
39
- uv add marimo matplotlib pandas numpy pyabc[pyarrow] bayesflow tensorflow nbformat
+ uv add -r requirements.txt -c requirements.txt
40
41
- name: Run tutorials and export to HTML
42
run: |
0 commit comments