Skip to content

Commit

Permalink
fix the build for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed Jul 1, 2024
1 parent 9610c35 commit f305017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile-Fedora34
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN ["/bin/bash", "-c", "dnf install -y dnf-utils &&\
dnf install -y python3-wheel &&\
dnf install -y python3-devel &&\
dnf install -y python3-pip &&\
dnf install -y hdf5 hdf5-devel &&\
pip3 install --upgrade pip &&\
python3 -m pip install \"subaligner==${RELEASE_VERSION}\" &&\
python3 -m pip install \"subaligner[harmony]==${RELEASE_VERSION}\""]
3 changes: 1 addition & 2 deletions requirements-site.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx==6.2.1
sphinx-rtd-theme==2.0.0
jinja2<3.1.0
sphinx-rtd-theme==2.0.0

0 comments on commit f305017

Please sign in to comment.