JuliaPy / CondaPkg.jl

Add Conda dependencies to your Julia project
MIT License
114 stars 12 forks source link

pin openssl to a compatible version #138

Open cjdoris opened 3 weeks ago

cjdoris commented 3 weeks ago

Similar what we do for libstdc++, provide a mechanism to depend on openssl at a version compatible with whatever is used by Julia.

cjdoris commented 3 weeks ago

c.f. https://github.com/JuliaPy/PythonCall.jl/issues/519