Skip to content

Commit

Permalink
Merge pull request #7642 from chaen/v8.0_feat_rucio_version
Browse files Browse the repository at this point in the history
feat: set minimal rucio_client version to speedup pip resolution
  • Loading branch information
fstagni authored Jun 5, 2024
2 parents 2f1ebcd + 488aafb commit 8c60ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_requires =
python-dateutil
pytz
requests
rucio-clients
rucio-clients >=1.29.10
setuptools
sqlalchemy
typing_extensions >=4.3.0
Expand Down

0 comments on commit 8c60ba9

Please sign in to comment.