Loading setup.cfg +9 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
setup.cfg +9 −7 Original line number Diff line number Diff line Loading @@ -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 Loading