Skip to content

Commit

Permalink
Remove unused dependency on future library (#2258)
Browse files Browse the repository at this point in the history
* remove one last reference to Python2

* [automated] Update CHANGELOG.md

* [automated] Update CHANGELOG.md

---------

Co-authored-by: MultiQC Bot <multiqc-bot@seqera.io>
  • Loading branch information
a-detiste and multiqc-bot committed Jan 8, 2024
1 parent e2167e3 commit 1140bc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Fix old link in Bismark docs ([#2252](https://github.com/MultiQC/MultiQC/pull/2252))
- BclConvert: fix duplicated `yield` for 3.9.3+ when the yield is provided explicitly in Quality_Metrics ([#2253](https://github.com/MultiQC/MultiQC/pull/2253))
- Picard: fix using multiple times in report: do not pass `module.anchor` to `self.find_log_files` ([#2255](https://github.com/MultiQC/MultiQC/pull/2255))
- Remove unused dependency on `future` library ([#2258](https://github.com/MultiQC/MultiQC/pull/2258))

### New modules

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"numpy",
"click",
"coloredlogs",
"future>0.14.0",
"jinja2>=3.0.0",
"markdown",
"packaging",
Expand Down

0 comments on commit 1140bc7

Please sign in to comment.