From 2a5769df11e4e7036f792af4bdc56fc1a7b6bf1c Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 19 Nov 2024 10:13:41 +0100 Subject: [PATCH] Add fix reqs --- files/requirements.txt | 2 +- tasks/slurm.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/files/requirements.txt b/files/requirements.txt index cc25df9..4eb1ce9 100644 --- a/files/requirements.txt +++ b/files/requirements.txt @@ -177,7 +177,7 @@ setuptools==69.5.1 ; python_version >= "3.8" and python_version < "3.13" shellescape==3.8.1 ; python_version >= "3.8" and python_version < "3.13" six==1.16.0 ; python_version >= "3.8" and python_version < "3.13" sniffio==1.3.1 ; python_version >= "3.8" and python_version < "3.13" -social-auth-core==4.5.4 ; python_version >= "3.8" and python_version < "3.13" +social-auth-core==4.0.3 ; python_version >= "3.8" and python_version < "3.13" sortedcontainers==2.4.0 ; python_version >= "3.8" and python_version < "3.13" spython==0.3.13 ; python_version >= "3.8" and python_version < "3.13" sqlalchemy==2.0.30 ; python_version >= "3.8" and python_version < "3.13" diff --git a/tasks/slurm.yml b/tasks/slurm.yml index d289b42..a2a06a1 100644 --- a/tasks/slurm.yml +++ b/tasks/slurm.yml @@ -53,4 +53,3 @@ requirements: /tmp/requirements.txt virtualenv: "{{galaxy_export_dir}}/galaxy_venv" extra_args: --extra-index-url https://wheels.galaxyproject.org/simple --only-binary all -