Skip to content

Commit

Permalink
Merge pull request #95 from daichengxin/main
Browse files Browse the repository at this point in the history
specify multiqc version
  • Loading branch information
ypriverol authored Feb 25, 2024
2 parents ce881ef + 443bab7 commit 5bce450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
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 5bce450

Please sign in to comment.