Skip to content

Commit

Permalink
Require pytroll-collectors>=0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Feb 27, 2024
1 parent 5323fae commit 4bc97d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
pip install -U pytest pytest-cov pytest-bdd pytest-reraise pyyaml trollsift posttroll>=1.11 paramiko scp watchdog!=4.0.0 pytroll-collectors>=0.13.0 fsspec s3fs
pip install -U pytest pytest-cov pytest-bdd pytest-reraise pyyaml trollsift posttroll>=1.11 paramiko scp watchdog!=4.0.0 pytroll-collectors>=0.16.0 fsspec s3fs
- name: Install trollmoves
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'paramiko',
'scp',
],
"remote_fs": ["pytroll-collectors>=0.13.0"],
"remote_fs": ["pytroll-collectors>=0.16.0"],
}

all_extras = []
Expand Down

0 comments on commit 4bc97d5

Please sign in to comment.