mit-ll-responsible-ai / hydra-zen

Create powerful Hydra applications without the yaml files and boilerplate code.
https://mit-ll-responsible-ai.github.io/hydra-zen/
MIT License
318 stars 14 forks source link

CI-only: Pin importlib-resources<6.2 #661

Closed rsokl closed 6 months ago

rsokl commented 6 months ago

https://github.com/python/importlib_resources/issues/298 is causing issues in Hydra for Python 3.8. It is most appropriate for Hydra to handle the pinning here as it is the one introducing the dependency. So we are just doing a CI-level pin so that we can keep testing vs Python 3.8.