Closed wsdewitt closed 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
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.
Description
Trade deprecated
dms_variants
dependency to new standalonebinarymap
package.Tests
No additional tests
Checklist:
#278
) has been searched for in the code to find relevant notes