Skip to content

Commit

Permalink
specify multiqc version
Browse files Browse the repository at this point in the history
  • Loading branch information
daichengxin committed Feb 25, 2024
1 parent 089a255 commit 690aa37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
multiqc
multiqc==1.19.0
pandas
pyteomics
pyopenms
sdrf-pipelines
sdrf-pipelines >= 0.0.18
lxml
numpy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def readme():
include_package_data=True,
install_requires=[
'lxml',
'multiqc',
'multiqc==1.19.0',
'pandas',
'pyteomics',
'sdrf-pipelines >= 0.0.18',
Expand Down

0 comments on commit 690aa37

Please sign in to comment.