comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
112 stars 29 forks source link

Avoid API breaking changes in Numexpr 2.8.5 #81

Closed antonysigma closed 1 year ago

antonysigma commented 1 year ago

Fallback to Numexpr version 2.8.4, such that the keyword argument: numexpr.evaluate(..., global_dict={}) can capture user defined global dictionary.

Resolves: #80 .