kytos-ng / pathfinder

Kytos main path finder Network Application (NApp)
https://kytos-ng.github.io/api/pathfinder.html
MIT License
0 stars 7 forks source link

chore: remove `nx` try import except `ImportError` #41

Closed viniarck closed 2 months ago

viniarck commented 1 year ago

Historically, a try import except ImportError was introduced in 2019, when this NApp wasn't pinning its requirements/run.txt dependencies. We no longer need this. Following the installation with python setup.py develop will take care of everything.

viniarck commented 2 months ago

This has landed too