qpth icon indicating copy to clipboard operation
qpth copied to clipboard

qpth breaks `conda env export` due to typo in requirements

Open heidekrueger opened this issue 6 years ago • 0 comments

When installing qpth into a conda environment via pip, it's no longer possible to create a snapshot of the environment because conda's pip dependency parser fails on the qpth installation.

image

This PR fixes this by adding a simple comma.

heidekrueger avatar Nov 23 '19 22:11 heidekrueger