-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove some dev envs for older python versions. #5842
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5842 +/- ##
=======================================
Coverage 89.50% 89.50%
=======================================
Files 73 73
Lines 13267 13267
=======================================
Hits 11874 11874
Misses 1393 1393 |
Weird windows error:
|
@brandonwillard Could this be an aesara bug that got introduced in |
No, that's a change in the |
#5849 should fix that issue. |
That looks like a legit error:
|
The kwarg changed, #5849 |
c5eb9c3
to
5d00d32
Compare
@@ -17,7 +17,6 @@ dependencies: | |||
- libblas=*=*mkl | |||
- mkl-service | |||
- numpy>=1.15.0 | |||
- pandas>=0.24.0 |
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.
Don't we have tests that cover pandas functionality? We would still want to test even if it's a user optional dependency
Closing this in favor of #5911 |
…ove pandas from envs.
Thank your for opening a PR!
Before you proceed, please make sure that the pre-commit linting/style checks pass.
Depending on what your PR does, here are a few things you might want to address in the description: