Skip to content

Commit

Permalink
feat: set minimal rucio_client version to speedup pip resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Jun 4, 2024
1 parent 2f1ebcd commit 488aafb
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 488aafb

Please sign in to comment.