labstructbioinf / pLM-BLAST

Detection of remote homology by comparison of protein language model representations
https://toolkit.tuebingen.mpg.de/tools/plmblast
MIT License
45 stars 5 forks source link

Conflicting dependencies #2

Closed MiTRonGTE closed 1 year ago

MiTRonGTE commented 1 year ago

After installing packages via pip install -r requirements.txt there is a dependency conflict.

ERROR: Cannot install fairscale==0.4.12 and numpy==1.20.1 because these package versions have conflicting dependencies.

fairscale==0.4.12 use numpy>=1.22.0 but in requirements.txt is numpy==1.20.1.

Argusmocny commented 1 year ago

thanks for sharing, fixed.