ubarsc / python-fmask

A set of command line utilities and Python modules that implement the ‘fmask’ algorithm
https://www.pythonfmask.org
GNU General Public License v3.0
74 stars 21 forks source link

use numpy.distutils with readthedocs as distutils is now deprecated #50

Closed gillins closed 2 years ago

gillins commented 2 years ago

Not sure how to test this before it is merged, but should be ok in the readthedocs environment...

gillins commented 2 years ago

I wonder if it is numpy.distutils.core.Extension that fails to import on readthedocs? Perhaps need to do some experiments...