Commit ca64b789 authored by Felipe Bordeu's avatar Felipe Bordeu
Browse files

(setup.cfg) Revert the add of setup_requires

parent 453d103a
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -21,13 +21,15 @@ platform = Linux
[options]
zip_safe = False
python_requires = >3.7
setup_requires =
    numpy >=1.20
    cython
    sympy
    eigency >= 2
    mkl
    mkl-include
# I think this is inconpatible with pip *
#https://stackoverflow.com/questions/27307082/install-package-which-has-setup-requires-from-local-source-distributions
#setup_requires =
#    numpy >=1.20
#    cython
#    sympy
#    eigency >= 2
#    mkl
#    mkl-include
install_requires =
    numpy >=1.20
    scipy >=1.9