We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In scripts/generate_conda_file.py, the version of pandas is limited "pandas": "pandas>=0.23.4,<1.0.0". Could it be possible to remove this limitation?
"pandas": "pandas>=0.23.4,<1.0.0"
https://github.com/microsoft/recommenders/blob/master/scripts/generate_conda_file.py#L48,
BTW, any best practice for tracking the source of dependency's version requirements?
The text was updated successfully, but these errors were encountered:
pandas > 1 has a number of issues: #1052, maybe when the library is more mature we can remove the limitation
Sorry, something went wrong.
No branches or pull requests
Description
In scripts/generate_conda_file.py, the version of pandas is limited
"pandas": "pandas>=0.23.4,<1.0.0"
. Could it be possible to remove this limitation?https://github.com/microsoft/recommenders/blob/master/scripts/generate_conda_file.py#L48,
Other Comments
BTW, any best practice for tracking the source of dependency's version requirements?
The text was updated successfully, but these errors were encountered: