Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Conda] Specify python version in build-environment (apache#13047)
The current [build-environment.yaml](https://github.com/apache/tvm/blob/main/conda/build-environment.yaml) doesn't specify the python version for `tvm-build` conda environment and as a result, any python version might be selected depending on the available base conda. In my case, the base conda is 3.10 so tvm won't work given [tvm is unsupported for python >= 3.9](apache#8577). To validate run on `tvm-build` env ``` conda env update -f conda/build-environment.yaml ```
- Loading branch information