mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 09:39:17 +00:00
fix possible crash fix deck & host_node set liquid with tube add test_resource_schema fix test resource schema registry update & workflow update add test mode support description & tags upload fix config load fix log add registry name & add always free correct config organic synthesis Adapt to new scheduler, sampels, and edge upload format (#230) * add sample_material * adapt to new samples sys * fix pump transfer. fix resource update when protocol & ros callback * Adapt to new scheduler. Feat/samples (#229) * add sample_material * adapt to new samples sys adapt to new samples sys adapt to new edge format workflow upload & prcxi transfer liquid lh liquid speed up registry load workflow upload & set liquid fix & add set liquid with plate fix upload workflow json
63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
# unilabos: Production package (depends on unilabos-env + pip unilabos)
|
|
# For production deployment
|
|
|
|
package:
|
|
name: unilabos
|
|
version: 0.10.17
|
|
|
|
source:
|
|
path: ../../unilabos
|
|
target_directory: unilabos
|
|
|
|
build:
|
|
python:
|
|
entry_points:
|
|
- unilab = unilabos.app.main:main
|
|
script:
|
|
- set PIP_NO_INDEX=
|
|
- if: win
|
|
then:
|
|
- copy %RECIPE_DIR%\..\..\MANIFEST.in %SRC_DIR%
|
|
- copy %RECIPE_DIR%\..\..\setup.cfg %SRC_DIR%
|
|
- copy %RECIPE_DIR%\..\..\setup.py %SRC_DIR%
|
|
- pip install %SRC_DIR%
|
|
- if: unix
|
|
then:
|
|
- cp $RECIPE_DIR/../../MANIFEST.in $SRC_DIR
|
|
- cp $RECIPE_DIR/../../setup.cfg $SRC_DIR
|
|
- cp $RECIPE_DIR/../../setup.py $SRC_DIR
|
|
- pip install $SRC_DIR
|
|
|
|
requirements:
|
|
host:
|
|
- python ==3.11.14
|
|
- pip
|
|
- setuptools
|
|
- zstd
|
|
- zstandard
|
|
run:
|
|
- zstd
|
|
- zstandard
|
|
- networkx
|
|
- typing_extensions
|
|
- websockets
|
|
- pint
|
|
- fastapi
|
|
- jinja2
|
|
- requests
|
|
- uvicorn
|
|
- if: not osx
|
|
then:
|
|
- opcua
|
|
- pyserial
|
|
- pandas
|
|
- pymodbus
|
|
- matplotlib
|
|
- pylibftdi
|
|
- uni-lab::unilabos-env ==0.10.17
|
|
|
|
about:
|
|
repository: https://github.com/deepmodeling/Uni-Lab-OS
|
|
license: GPL-3.0-only
|
|
description: "UniLabOS - Production package with minimal ROS2 dependencies"
|