Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Python version to 3.10 and add gazebo dependencies #8

Merged
merged 10 commits into from
May 20, 2024
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
idyntree:
- '12'
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
- python >=3.8
- python >=3.10
- wheel
- setuptools >=45
- setuptools-scm >=6.2
- pip
run:
- trimesh
- resolve-robotics-uri-py
- python >=3.8
- python >=3.10
- coloredlogs
- gz-tools2
- libsdformat13
- mashumaro
- numpy
- packaging
Expand All @@ -37,8 +39,15 @@ test:
- rod
commands:
- pip check
- pytest -vv --pyargs rod tests/
source_files:
- tests/*
requires:
- git
- idyntree
- pip
- pytest
- robot_descriptions

about:
home: https://github.com/ami-iit/rod
Expand Down
6 changes: 6 additions & 0 deletions recipe/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mesa-libGL
mesa-dri-drivers
libselinux
libXdamage
libXxf86vm
libXext