andgoldschmidt / derivative

Optimal numerical differentiation of noisy time series data in python.
https://derivative.readthedocs.io/en/latest/
Other
56 stars 8 forks source link

Upgrade some doc dependencies to allow build #50

Closed Jacob-Stevens-Haas closed 2 months ago

Jacob-Stevens-Haas commented 2 months ago

This loosens the upper range of some dependencies and upgrades some, making it easier to find matching distributions. It aims to solve #47, but because I can't repro that, it may be a process.

It also uses configuration to specify the RTD build, rather than commands. This means it uses pip as the frontend. LMK if you want me to change it back, or if you want me to move the CI to use pip frontend as well.