Remove strict pinnings from rai-core-flask requirements.txt. #1578
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
We're working on making the
responsible-ai-toolbox
available on conda-forge. We've noticed that therai-core-flask
package has very strict pinnings in itsinstall_requires
, making it difficult to install it with other packages in the same environment. This is because the contents of therequirements.txt
file are used to set theinstall_requires
section in thesetup.py
.In this PR, we propose removing the strict pinnings (replacing
==
with<=
or>=
). We adjusted the pinnings to the best of our knowledge. Still, some changes might be incorrect, so please review this carefully.If you agree with the proposed changes, it would be much appreciated if you could release of new version of
rai-core-flask
, so we can also loosen the strict pinnings in the conda-forge feedstock.Thanks a lot for your help! 🙏