kalemaria / pycurv

Reliable estimation of membrane curvature for cryo-electron tomography
GNU Lesser General Public License v3.0
16 stars 6 forks source link

Remove pathlib requirement #8

Closed bbarad closed 2 years ago

bbarad commented 2 years ago

Pathlib has been built in since python 3.4, and the pip version hasn't been updated since 2014. Everything worked fine for my testing, but apparently on newer macs the pip version of pathlib won't install properly. With python >3.4 pycurv seems to run fine without the pathlib install. I bumped the python requirement and removed the pathlib requirement

kalemaria commented 2 years ago

Ok, thank you!