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
All recent PRs have had failing tests due to failure to install modules.
Example of relevant portion of test output:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pyfolio-reloaded 0+untagged.1.gcc3b9ed requires empyrical-reloaded>=0.5.8, which is not installed. Successfully installed numpy-1.24.1 pandas-1.5.2 python-dateutil-2.8.2 pytz-2022.7 six-1.16.0 pyfolio-reloaded 0+untagged.1.gcc3b9ed requires ipython>=3.2.3, which is not installed. Removed build tracker: '/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-tracker-wpfqwmjx' pyfolio-reloaded 0+untagged.1.gcc3b9ed requires matplotlib>=1.4.0, which is not installed. pyfolio-reloaded 0+untagged.1.gcc3b9ed requires scikit-learn>=0.16.1, which is not installed. pyfolio-reloaded 0+untagged.1.gcc3b9ed requires scipy>=0.14.0, which is not installed. pyfolio-reloaded 0+untagged.1.gcc3b9ed requires seaborn>=0.7.1, which is not installed.
The text was updated successfully, but these errors were encountered:
Addressed by #25.
Sorry, something went wrong.
No branches or pull requests
Problem Description
All recent PRs have had failing tests due to failure to install modules.
Example of relevant portion of test output:
The text was updated successfully, but these errors were encountered: