Skip to content

Commit

Permalink
ci: use environment markers for pyopenms and scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek committed Feb 27, 2024
1 parent fcbfa27 commit 467f772
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ pandas==2.0.3
polars==0.19.7
protobuf==3.19.6
pyarrow==11.0.0
pyopenms>=2.7.0
pyopenms==2.7.0; python_version < '3.10'
pyopenms==3.1.0; python_version >= '3.10'
python-dotenv==0.21.0
pytorch_lightning==1.8.6
scikit-learn==1.1.2
scikit-learn==1.1.2; python_version < '3.11'
scikit-learn==1.4.1.post1; python_version >= '3.11'
seaborn==0.12.0
spectrum_utils==0.4.1
tensorboard==2.10.1
Expand Down

0 comments on commit 467f772

Please sign in to comment.