Files
Uni-Lab-OS/.conda/recipe_new.yaml
2025-08-01 01:30:29 +08:00

24 lines
309 B
YAML

package:
name: unilabos
version: "0.10.1"
source:
path: ../..
build:
noarch: python
script: |
{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv
# {{ PYTHON }} clean_build_dir.py
requirements:
host:
- python
- pip
run:
- python
test:
imports:
- unilabos