Unverified Commit 67e89d94 authored by mvdbeek's avatar mvdbeek
Browse files

Set minimum weasyprint version

We're not pinning transitive conditional dependencies, and a new pydyf
version, which is a dependency of weasyprint, had a new release with a
breaking change, see (https://github.com/Kozea/WeasyPrint/issues/2200).

Newer releases of weasyprint have introduced max version pins, so I
think we're ok with just setting a minimum version here.
parent b8cccdce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ tensorflow==2.9.3
# xref https://github.com/galaxyproject/galaxy/pull/9651
# Run run.sh or common_startup script with GALAXY_DEPENDENCIES_INSTALL_WEASYPRINT=1
# to install weasyprint as part of Galaxy's conditonal dependency instalation process.
weasyprint
weasyprint>=62.3

# AWS Batch runner
boto3