skprogs icon indicating copy to clipboard operation
skprogs copied to clipboard

Migrate sktool's setup.cfg to pyproject.toml

Open vanderhe opened this issue 1 year ago • 3 comments

vanderhe avatar Sep 23 '24 08:09 vanderhe

@bhourahine Switched to Python >=3.10.

vanderhe avatar Sep 27 '24 06:09 vanderhe

@vanderhe What do you think about installing the package via just pip install .[skprogs] which compiles all necessary binaries from the Fortran files inside the procedure? I guess, a good example of this is numpy.

samtsevich avatar Oct 03 '24 11:10 samtsevich

@vanderhe What do you think about installing the package via just pip install .[skprogs] which compiles all necessary binaries from the Fortran files inside the procedure? I guess, a good example of this is numpy.

@samtsevich We decided to package most of our projects via conda-forge, instead of e.g. PyPI or on-the-fly compilation using the pip mechanism, so I don't think there are any ambitions to support another type of installation.

vanderhe avatar Oct 04 '24 09:10 vanderhe