LocalCascadeEnsemble / LCE

Random Forest or XGBoost? It is Time to Explore LCE
https://lce.readthedocs.io/
Apache License 2.0
66 stars 8 forks source link

requirements.txt strict equality #7

Closed fitzgeraldja closed 1 year ago

fitzgeraldja commented 1 year ago

Is it possible to change requirements.txt (and setup.py) from requiring exact equality in supporting packages? It can cause conflicts with other packages, and it's not clear if this is actually required - you could use pipreqs with mode gt for instance if there are no breaking changes in more recent versions.

LocalCascadeEnsemble commented 1 year ago

Hello,

Thank you for your message.

Unfortunately, I have tried and encountered some errors with the latest version of the required packages This configuration is the one I found to ensure compatibility. However, I will continue to test the new versions of the required packages to propose the most recent configuration possible.

Best,