JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.45k stars 186 forks source link

Fix the stdlib compat entries #1065

Closed DilumAluthge closed 7 months ago

DilumAluthge commented 7 months ago

Fixes #1064

Almost all stdlibs should just use a compat entry of "< 0.0.0, 1". So e.g.

StdlibName = "< 0.0.1, 1"

The SHA stdlib is an exception, because it should be:

SHA = "< 0.0.1, 0.7, 1"
DilumAluthge commented 7 months ago

cc: @ablaom

ablaom commented 7 months ago

I can confirm that this fixes the issue at Imbalance.jl.