From 488aafbeb37ea694a1b7ad8eed967a36fcb1eefe Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Tue, 4 Jun 2024 18:30:27 +0200 Subject: [PATCH] feat: set minimal rucio_client version to speedup pip resolution --- environment.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c0f5a75d1d1..7175af54ef4 100644 --- a/environment.yml +++ b/environment.yml @@ -89,7 +89,7 @@ dependencies: #- tornado >=5.0.0,<6.0.0 - typing >=3.6.6 - pyyaml - - rucio-clients + - rucio-clients >=1.29.10 # For mypy - mypy >=0.982 - types-cachetools diff --git a/setup.cfg b/setup.cfg index 29a53b6092a..f9fdc1f7725 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = python-dateutil pytz requests - rucio-clients + rucio-clients >=1.29.10 setuptools sqlalchemy typing_extensions >=4.3.0