leggedrobotics / elevation_mapping_cupy

Elevation Mapping on GPU.
MIT License
553 stars 117 forks source link

Networkx installation error fix #94

Closed yyagin closed 7 months ago

yyagin commented 7 months ago

https://github.com/leggedrobotics/elevation_mapping_cupy/issues/87 Newest version of Networkx only available for Python >3.9.

mktk1117 commented 7 months ago

Thanks for your PR! Did you try putting in the requirements.txt? Was there a reason to put in the dockerfile or just you didn't try yet?

yyagin commented 7 months ago

Thanks for the feedback! I didn't try putting it in the requirements.txt yet. I'll give that a shot and update the PR if it resolves the issue.

mktk1117 commented 7 months ago

Thanks!