Skip to content

Commit 59b7865

Browse files
committed
Update requirements
1 parent 9d2413c commit 59b7865

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/reproduce_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
runs-on: ubuntu-22.04
1818
container:
19-
image: ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16
19+
image: ghcr.io/scientificcomputing/fenics-gmsh:2024-02-19
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "my-fenics-paper"
77
version = "0.4.0"
88
dependencies = [
9-
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
9+
"h5py",
1010
"cardiac-geometries>=0.11.0",
1111
"ldrb",
1212
"requests",

requirements-docs.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ babel==2.13.1
2222
beautifulsoup4==4.12.2
2323
# via pydata-sphinx-theme
2424
cardiac-geometries==0.11.0
25-
# via my-paper (pyproject.toml)
25+
# via my-fenics-paper (pyproject.toml)
2626
certifi==2023.7.22
2727
# via requests
2828
charset-normalizer==3.3.2
@@ -56,10 +56,10 @@ fastjsonschema==2.18.1
5656
# via nbformat
5757
greenlet==3.0.1
5858
# via sqlalchemy
59-
h5py==3.9.0
59+
h5py==3.10.0
6060
# via
6161
# ldrb
62-
# my-paper (pyproject.toml)
62+
# my-fenics-paper (pyproject.toml)
6363
idna==3.4
6464
# via requests
6565
imagesize==1.4.1
@@ -88,7 +88,7 @@ jsonschema==4.19.2
8888
jsonschema-specifications==2023.7.1
8989
# via jsonschema
9090
jupyter-book==0.15.1
91-
# via my-paper (pyproject.toml)
91+
# via my-fenics-paper (pyproject.toml)
9292
jupyter-cache==0.6.1
9393
# via myst-nb
9494
jupyter-client==8.6.0
@@ -102,11 +102,11 @@ jupyter-core==5.5.0
102102
# nbclient
103103
# nbformat
104104
jupytext==1.15.2
105-
# via my-paper (pyproject.toml)
105+
# via my-fenics-paper (pyproject.toml)
106106
latexcodec==2.0.1
107107
# via pybtex
108108
ldrb==2023.4.0
109-
# via my-paper (pyproject.toml)
109+
# via my-fenics-paper (pyproject.toml)
110110
linkify-it-py==2.0.2
111111
# via jupyter-book
112112
llvmlite==0.40.1
@@ -211,7 +211,7 @@ referencing==0.30.2
211211
# jsonschema-specifications
212212
requests==2.31.0
213213
# via
214-
# my-paper (pyproject.toml)
214+
# my-fenics-paper (pyproject.toml)
215215
# sphinx
216216
rich==13.6.0
217217
# via
@@ -277,7 +277,7 @@ sphinxcontrib-applehelp==1.0.7
277277
sphinxcontrib-bibtex==2.5.0
278278
# via
279279
# jupyter-book
280-
# my-paper (pyproject.toml)
280+
# my-fenics-paper (pyproject.toml)
281281
sphinxcontrib-devhelp==1.0.5
282282
# via sphinx
283283
sphinxcontrib-htmlhelp==2.0.4
@@ -301,7 +301,7 @@ tornado==6.3.3
301301
# ipykernel
302302
# jupyter-client
303303
tqdm==4.66.1
304-
# via my-paper (pyproject.toml)
304+
# via my-fenics-paper (pyproject.toml)
305305
traitlets==5.13.0
306306
# via
307307
# comm

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --output-file=requirements.txt pyproject.toml
66
#
77
cardiac-geometries==0.11.0
8-
# via my-paper (pyproject.toml)
8+
# via my-fenics-paper (pyproject.toml)
99
certifi==2023.7.22
1010
# via requests
1111
charset-normalizer==3.3.2
@@ -17,11 +17,11 @@ commonmark==0.9.1
1717
h5py==3.9.0
1818
# via
1919
# ldrb
20-
# my-paper (pyproject.toml)
20+
# my-fenics-paper (pyproject.toml)
2121
idna==3.4
2222
# via requests
2323
ldrb==2023.4.0
24-
# via my-paper (pyproject.toml)
24+
# via my-fenics-paper (pyproject.toml)
2525
llvmlite==0.40.1
2626
# via numba
2727
meshio==5.3.4
@@ -38,14 +38,14 @@ numpy==1.21.6
3838
pygments==2.13.0
3939
# via rich
4040
requests==2.31.0
41-
# via my-paper (pyproject.toml)
41+
# via my-fenics-paper (pyproject.toml)
4242
rich==12.6.0
4343
# via
4444
# meshio
4545
# rich-click
4646
rich-click==1.5.2
4747
# via cardiac-geometries
4848
tqdm==4.66.1
49-
# via my-paper (pyproject.toml)
49+
# via my-fenics-paper (pyproject.toml)
5050
urllib3==2.0.7
5151
# via requests

0 commit comments

Comments
 (0)