aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
https://aesara.readthedocs.io
Other
1.17k stars 156 forks source link

Removes pydot2 dependency #1493

Closed Ankit-Dhankhar closed 1 year ago

Ankit-Dhankhar commented 1 year ago

This PR fixes #1488

This PR removes dependency on pydot2 which throws error while installing using pip due to incompibility of setuptools (>v58) with use_2to3 (ref stackoverflow link).

More details about the issue can be found in referenced issue #1488

PR Checklist

brandonwillard commented 1 year ago

Thanks, @Ankit-Dhankhar!