-
Notifications
You must be signed in to change notification settings - Fork 1
Relax dependency restrictions #78
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
|
@scarlehoff consider solving this one first, it might be easier (no numba, which is always a problem) - the funny thing is that we fail with a different package here: |
|
the problem here is: poetry wants to install |
|
ah, good point. perhaps this is the issue in eko. still unsure how poetry lock didn't pick this up but in my local copy of eko i was simply skipping banana, I hacked this in two seconds just for the lock for the ci (which I know now is not enough) |
|
And indeed now, we fail with scipy: but actually the problem might be here: |
|
That may explain why does it work locally 🧐 If I have time I'll have a go in a truly empty system. We should not be building scipy anyway. |
|
merge and release? |
|
Yeah, let's do so. We'll see whether it creates a problem down the line. |
No description provided.