pymc-devs / pytensor

PyTensor allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays.
https://pytensor.readthedocs.io
Other
331 stars 99 forks source link

CI issues because sphinx dropped py37 support #165

Closed aseyboldt closed 1 year ago

aseyboldt commented 1 year ago

Description

See for instance https://readthedocs.org/projects/pytensor/builds/19066465/ sphinx is importing functools.cached_property, which is new in py38. I guess we could simply build the docs in >=py38?

michaelosthege commented 1 year ago

closed by #164