Skip to content

Commit

Permalink
Blacklist watchdog 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Feb 12, 2024
1 parent 2e3c4c7 commit ed449f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
python -m pip install \
--no-deps --pre --upgrade \
watchdog numpy; \
"watchdog!=4.0.0" numpy; \
python -m pip install \
--no-deps --upgrade \
git+https://github.com/pytroll/posttroll \
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- paramiko
- responses
- netifaces
- watchdog
- watchdog!=4.0.0
- s3fs
- pyinotify
- requests
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'pyresample',
'pytroll-schedule',
'watchdog',
'pyinotify',
],
's3stalker': [
's3fs',
Expand All @@ -46,7 +45,7 @@
'netifaces',
],
'trollstalker': [
'watchdog',
'watchdog!=4.0.0',
],
's3_segment_gatherer': [
'fsspec'
Expand Down

0 comments on commit ed449f1

Please sign in to comment.