Skip to content

Commit

Permalink
forgot to add scipy as a requirement when adding trimming: fixes #147
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Apr 21, 2021
1 parent d7c44d4 commit 60ac4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mappy==2.18
toml==0.10.2
tqdm==4.60.0
numpy<=1.18.5
scipy==1.6.2

This comment has been minimized.

Copy link
@dkurt

dkurt Apr 22, 2021

Seems like scipy==1.6.2 requires at least Python 3.7 (3.6 not working):

  File "/tmp/easy_install-91ktrrjr/scipy-1.6.2/setup.py", line 31, in <module>
    version=__version__,
RuntimeError: Python version >= 3.7 required

@iiSeymour, is that intentional change?

This comment has been minimized.

Copy link
@iiSeymour

iiSeymour Apr 22, 2021

Author Member

No, it wasn't, I will downgrade it.

torch==1.8.0
parasail==1.2
seqdist==0.0.3
Expand Down

0 comments on commit 60ac4a7

Please sign in to comment.