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
[Conda] Use selectors rather than shell scripts (#966)
* [Conda] Use selectors rather than shell scripts
According to [conda-build
doc](https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#preprocessing-selectors)
selectors are valid Python statement
Use it to specify version specific constraints rather than use
environment variables
Move openssl and numpy constraints to selectors as well
For Python-3.10, min numpy version is 1.21.2 and on Windows numpy
depends on mkl=2021.4
Also openssl constraint should only be applied to Linux builds, as Mac
and Windows ones are built without encryption
Delete Python-3.10 specific installation instructions from `smoke_test.bat`
0 commit comments