Skip to content

Commit

Permalink
Fix Blender version in README and setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Jan 17, 2024
1 parent 161ccc5 commit 1e4ef31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/ami-iit/blend-my-bot/assets/29798643/c224cd56-1d90-42dd-aec5-
## 🐍 Requirements

- [`python3`](<https://wiki.python.org/moin/BeginnersGuide>)
- [`Blender`](<https://www.blender.org/download/>)
- [`Blender 3.6`](<https://www.blender.org/download/lts/3-6/>)
- [`iDynTree`](<https://github.com/robotology/idyntree>)
- [`numpy`](<https://numpy.org/>)
- [`bpy`](<https://pypi.org/project/bpy/>)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python_requires = >=3.10
install_requires =
idyntree
numpy
bpy
bpy==3.6

[options.packages.find]
where = src

0 comments on commit 1e4ef31

Please sign in to comment.