python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

Add caching to dependency resolution #175

Closed shubhbapna closed 1 month ago

shubhbapna commented 1 month ago

fixes #167

Before resolving and getting requirements for dependency resolution, it checks first to see if the requirements have been produced before and if they have then they are loaded in from the file they were written to instead of resolving them again.