Skip to content

Commit

Permalink
downgrade pyteomics version in pyproject.toml
Browse files Browse the repository at this point in the history
To avoid pickle error in mutliprocessing with version 4.7.0 and higher of pyteomics, I put a limit on the versioning untill issue is fixed
  • Loading branch information
ArthurDeclercq authored Mar 22, 2024
1 parent d6e76cf commit 3cde57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"numpy==1.24.3; python_version == '3.11'", # Incompatibility with sklearn, pygam, and TF...
"pandas>=1.0",
"rich>=12",
"pyteomics>=4.1.0",
"pyteomics>=4.1.0,<4.7.0",
"lxml>=4.5",
"ms2pip>=4.0.0-dev4",
"click>=7",
Expand Down

0 comments on commit 3cde57b

Please sign in to comment.