Skip to content

Commit e3b757d

Browse files
committed
unpin dask, remove duecredit
1 parent 5d6e423 commit e3b757d

3 files changed

Lines changed: 23517 additions & 1 deletion

File tree

.github/actions/setup-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ inputs:
5757
clustalw:
5858
default: 'clustalw=2.1'
5959
dask:
60-
default: 'dask<2025.11.0 '
60+
default: 'dask'
6161
distopia:
6262
default: 'distopia>=0.4.0'
6363
h5py:

.github/workflows/gh-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
full-deps: ${{ matrix.full-deps }}
102102
# disable GSD because it occasionally introduce hanging in testing #4209
103103
gsd: ''
104+
duecredit" ''
104105
# pin cython
105106
cython: ${{ matrix.cython }}
106107
# in most cases will just default to empty, i.e. pick up max version from other deps

0 commit comments

Comments
 (0)