Skip to content

Commit

Permalink
Merge pull request #976 from maxplanck-ie/fix_build_KS
Browse files Browse the repository at this point in the history
fix thefuzz dep
  • Loading branch information
katsikora committed Jan 26, 2024
2 parents 9d0abf7 + 6f41bf0 commit 18e670e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- tabulate <0.9
- pandas
- graphviz
- thefuzz[speedup]
- thefuzz
- pyyaml >=5.1
- coreutils

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
snakemake >= 6.2.1, <7.19.0
psutil
pandas
thefuzz[speedup]
thefuzz
pyyaml >= 5.1
tabulate < 0.9

0 comments on commit 18e670e

Please sign in to comment.