astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
65 stars 5 forks source link

use `uv` instead of `pip` in CI.yml #133

Closed astrogilda closed 2 months ago

astrogilda commented 3 months ago

Is your feature request related to a problem? Please describe. speed up installation of packages in CI. we use a matrix of all three OS's, with 5 versions of python, with both soft, and all dependencies -- every second saved counts.

Describe the solution you'd like Use uv instead of pip.