fillipe-gsm / python-tsp

Library to solve Traveling Salesperson Problems with pure Python code
MIT License
174 stars 28 forks source link

Upgrade dependencies, check numpy usage, and run modern black formatting #59

Closed CoolCat467 closed 4 months ago

CoolCat467 commented 5 months ago

Using ruff's new NPY201 check for helping upgrade to latest numpy version, and everything seems good.

Closes #58