-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
restrict pandas and matplotlib versions for conda CI #369
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #369 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 36 36
Lines 3043 3043
=========================================
Hits 3043 3043 ☔ View full report in Codecov by Sentry. |
Can't say I like this at all. @williamjameshandley @lukashergt is there a better way of enforcing conda to use the correct package versions? |
NAFAIK. conda just works™ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks @AdamOrmondroyd. LTGM
Looks to good me? 😆 |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Fixes #368
Checklist:
flake8 anesthetic tests
)pydocstyle --convention=numpy anesthetic
)python -m pytest
)