Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 30, 2024
1 parent 9d2413c commit 59b7865
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reproduce_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run:
runs-on: ubuntu-22.04
container:
image: ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16
image: ghcr.io/scientificcomputing/fenics-gmsh:2024-02-19

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "my-fenics-paper"
version = "0.4.0"
dependencies = [
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
"h5py",
"cardiac-geometries>=0.11.0",
"ldrb",
"requests",
Expand Down
18 changes: 9 additions & 9 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.13.1
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
cardiac-geometries==0.11.0
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
Expand Down Expand Up @@ -56,10 +56,10 @@ fastjsonschema==2.18.1
# via nbformat
greenlet==3.0.1
# via sqlalchemy
h5py==3.9.0
h5py==3.10.0
# via
# ldrb
# my-paper (pyproject.toml)
# my-fenics-paper (pyproject.toml)
idna==3.4
# via requests
imagesize==1.4.1
Expand Down Expand Up @@ -88,7 +88,7 @@ jsonschema==4.19.2
jsonschema-specifications==2023.7.1
# via jsonschema
jupyter-book==0.15.1
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
jupyter-cache==0.6.1
# via myst-nb
jupyter-client==8.6.0
Expand All @@ -102,11 +102,11 @@ jupyter-core==5.5.0
# nbclient
# nbformat
jupytext==1.15.2
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
latexcodec==2.0.1
# via pybtex
ldrb==2023.4.0
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
linkify-it-py==2.0.2
# via jupyter-book
llvmlite==0.40.1
Expand Down Expand Up @@ -211,7 +211,7 @@ referencing==0.30.2
# jsonschema-specifications
requests==2.31.0
# via
# my-paper (pyproject.toml)
# my-fenics-paper (pyproject.toml)
# sphinx
rich==13.6.0
# via
Expand Down Expand Up @@ -277,7 +277,7 @@ sphinxcontrib-applehelp==1.0.7
sphinxcontrib-bibtex==2.5.0
# via
# jupyter-book
# my-paper (pyproject.toml)
# my-fenics-paper (pyproject.toml)
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
Expand All @@ -301,7 +301,7 @@ tornado==6.3.3
# ipykernel
# jupyter-client
tqdm==4.66.1
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
traitlets==5.13.0
# via
# comm
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --output-file=requirements.txt pyproject.toml
#
cardiac-geometries==0.11.0
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
Expand All @@ -17,11 +17,11 @@ commonmark==0.9.1
h5py==3.9.0
# via
# ldrb
# my-paper (pyproject.toml)
# my-fenics-paper (pyproject.toml)
idna==3.4
# via requests
ldrb==2023.4.0
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
llvmlite==0.40.1
# via numba
meshio==5.3.4
Expand All @@ -38,14 +38,14 @@ numpy==1.21.6
pygments==2.13.0
# via rich
requests==2.31.0
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
rich==12.6.0
# via
# meshio
# rich-click
rich-click==1.5.2
# via cardiac-geometries
tqdm==4.66.1
# via my-paper (pyproject.toml)
# via my-fenics-paper (pyproject.toml)
urllib3==2.0.7
# via requests

0 comments on commit 59b7865

Please sign in to comment.