airo-ugent / airo-mono

Python packages for robotic manipulation @ IDLab AI & Robotics Lab - UGent - imec
https://airo.ugent.be
MIT License
16 stars 1 forks source link

change internal dependency management #108

Closed tlpss closed 10 months ago

tlpss commented 10 months ago

i.e.

from

dependencies = 
[ 
... 
numpy
]

extra_requires = {
"external: [
 airo_typing @ :/<path-to-local-file>

to

dependencies = [
numpy
airo-typing

]