JuliaPy / PyCall.jl

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

Remove architecture check for Conda #898

Open rapus95 opened 3 years ago

rapus95 commented 3 years ago

Given that Conda supports several architectures by switching to miniforge, I suggest to remove the architecture check in https://github.com/JuliaPy/PyCall.jl/blob/5d227fc23fda631783a68c9ff1c6aff47200978e/deps/build.jl#L67 Currently it's that line that prevents PyCall to build even though everything would work.