You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up from #150 where reliance on Conda was reduced to a minimum already.
Instead, use python from PATH together with virtualenv. A downside is that it is locally slightly more work to produce wheels for multiple Python versions, but the main use case of the build scripts is for CI anyway, and there we can rely on the environment.
Removing reliance on Conda paves the way for more automated tooling like cibuildwheel.
The text was updated successfully, but these errors were encountered:
Follow-up from #150 where reliance on Conda was reduced to a minimum already.
Instead, use python from PATH together with virtualenv. A downside is that it is locally slightly more work to produce wheels for multiple Python versions, but the main use case of the build scripts is for CI anyway, and there we can rely on the environment.
Removing reliance on Conda paves the way for more automated tooling like cibuildwheel.
The text was updated successfully, but these errors were encountered: