matsengrp / torchdms

Analyze deep mutational scanning data with PyTorch
https://matsengrp.github.io/torchdms/
2 stars 0 forks source link

dms_variants --> binarymap #129

Closed wsdewitt closed 3 years ago

wsdewitt commented 3 years ago

Description

Trade deprecated dms_variants dependency to new standalone binarymap package.

Tests

No additional tests

Checklist:

jgallowa07 commented 3 years ago

@WSDeWitt Actually, after inspecting the build failure, here. Maybe you should update the requirements file or update the makefile to ignore the dev requirements. The dev requirements could also be put into the setup config using the extras_require parameter. in setup.py

wsdewitt commented 3 years ago

It looks like the build failure is caused by binarymap requiring Python 3.8, so I think we need our setup.py to say python_requires=">=3.8", also our CI workflow should use 3.8.