mirror of
https://github.com/langchain-ai/staged-recipes.git
synced 2026-07-01 20:54:22 -04:00
Removed recipe (mujoco-usd-converter) after converting into feedstock. [ci skip]
This commit is contained in:
@@ -1,68 +0,0 @@
|
||||
context:
|
||||
version: 0.1.0
|
||||
build_number: 0
|
||||
|
||||
package:
|
||||
name: mujoco-usd-converter
|
||||
version: ${{ version }}
|
||||
|
||||
source:
|
||||
url: https://github.com/newton-physics/mujoco-usd-converter/archive/refs/tags/v${{ version }}.zip
|
||||
sha256: 3ca9422cd8deed7e572ec393bcdbf5b0f436001a7e1950114e91a4b57afb1cc3
|
||||
|
||||
build:
|
||||
noarch: python
|
||||
number: ${{ build_number }}
|
||||
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
|
||||
python:
|
||||
entry_points:
|
||||
- mujoco_usd_converter = mujoco_usd_converter.__main__:run
|
||||
|
||||
requirements:
|
||||
host:
|
||||
- python ${{ python_min }}.*
|
||||
- hatchling
|
||||
- requests
|
||||
- pip
|
||||
run:
|
||||
- python >=${{ python_min }}
|
||||
- newton-usd-schemas >=0.1.0
|
||||
- numpy-stl >=3.2
|
||||
- mujoco >=3.5.0
|
||||
- tinyobjloader >=2.0.0rc13
|
||||
- usd-exchange >=2.2.2
|
||||
|
||||
tests:
|
||||
- python:
|
||||
imports:
|
||||
- mujoco_usd_converter
|
||||
pip_check: true
|
||||
python_version: ${{ python_min }}.*
|
||||
- script:
|
||||
- mujoco_usd_converter --help
|
||||
# Scripts are currently failing due to missing modules:
|
||||
# * import usdex.test
|
||||
# * import omni.asset_validator
|
||||
#
|
||||
# - script:
|
||||
# - python -m unittest discover -v -s ./tests
|
||||
# files:
|
||||
# source:
|
||||
# - tests/
|
||||
# - pyproject.toml
|
||||
# requirements:
|
||||
# run:
|
||||
# - python ${{ python_min }}.*
|
||||
|
||||
about:
|
||||
documentation: https://github.com/newton-physics/mujoco-usd-converter/#readme
|
||||
homepage: https://github.com/newton-physics/mujoco-usd-converter
|
||||
license: Apache-2.0
|
||||
license_file:
|
||||
- LICENSE.md
|
||||
repository: https://github.com/newton-physics/mujoco-usd-converter
|
||||
summary: A MuJoCo to OpenUSD Data Converter
|
||||
|
||||
extra:
|
||||
recipe-maintainers:
|
||||
- diegoferigo
|
||||
Reference in New Issue
Block a user