In 'User Guide/Tutorials/Building Conda packages from scratch' section 'Editing the meta.yaml file' (link: https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html#editing-the-meta-yaml-file), the license : BSD is mentioned in the table for click but is ...
recipes/example/meta.yml → recipes/example/meta.yaml Original file line numberDiff line numberDiff line change @@ -33,7 +33,7 @@ build: # If the installation is complex, or different between Unix and Windows, use separate bld.bat and build.sh files instead of this key. # By default...
RUN cd /tmp && \ /home/ma-user/miniconda3/bin/pip install --no-cache-dir \ /tmp/mindspore_gpu-1.8.1-cp37-cp37m-linux_x86_64.whl \ easydict PyYAML # Create the container image. FROM nvidia/cuda:11.1.1-cudnn8-runtime-ubuntu18.04 COPY MLNX_OFED_LINUX-5.4-3.5.8.0-ubuntu18.04-x86_...
Custom conda package not available in R after installing from conda Cannot load libraries! CSV file from excel How to fix "configure: error: libproj not found in standard or given locations." when installing {{sf}} on macOS? How to get number of new items when given daily running...
Checklist Added a news entry Regenerated schema JSON if schema altered (python conda_smithy/schema.py) Right now we don't have recipe.yaml in our example folder, but we lint for it. This lint...
26 changes: 18 additions & 8 deletions 26 conda_smithy/schema.py Original file line numberDiff line numberDiff line change @@ -1251,14 +1251,14 @@ class ConfigModel(BaseModel): ```yaml azure: settings_linux: pool: name: your_local_pool_name demands: - some_key -equals some_value ...
conda-forge scipy: 1.15.0 2.2.1 sys.version_info(major=3, minor=12, micro=0, releaselevel='final', serial=0) C:\ProgramData\Miniconda3\envs\scratch\Lib\site-packages\scipy\__config__.py:154: UserWarning: Install `pyyaml` for better output warnings.warn("Install `pyyaml` for better ...
There are examples for CI in.github/workflows. A simple way to produces binary "wheels" for all platforms is illustrated in the "wheels.yml" file, usingcibuildwheel. You can also see a basic recipe for building and testing inpip.yml, andconda.ymlhas an example of a conda recipe build....
meta.yaml fixed conda meta.yaml file Feb 23, 2022 pyproject.toml setup package Feb 15, 2022 run_tests.sh added reproducibility unit tests Mar 2, 2025 setup.py use scipy hierarchical linkage rather than fastcluster Feb 28, 2025 View all files ...
[bazel] use .bazelversion file (ray-project#45476) May 22, 2024 .isort.cfg [air] enable isort (ray-project#44748) Apr 18, 2024 .pre-commit-config.yaml [Streaming] Adding a suite of Core/Serve streaming benchmarks (ray-pr…