From 721002a9ad481311a44d093e26641344492e149c Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 5 Nov 2024 01:30:05 +0000 Subject: [PATCH] Remove cap so app can run on ubuntu 24.04 with Python 3.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ed1dac041..8c89e6e6ac 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read(fname): # minimum requirements for `omero web start` "concurrent-log-handler>=0.9.20", "Django>=4.2.3,<4.3", - "django-pipeline==2.1.0", + "django-pipeline", "django-cors-headers==3.7.0", "whitenoise>=5.3.0", "gunicorn>=19.3",