-
Notifications
You must be signed in to change notification settings - Fork 13
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
Relaxing dependencies and moving to Hatch and Pixi #130
Conversation
I'm waiting for higra to support numpy 2.0.0, higra/Higra#277 |
@ilan-theodoro I changed the CLI a bit. The config could be optional; we generate a template, and they modify it. |
I also included additional changes to close other bugs, hehe, sorry. |
@ilan-theodoro could you review this PR? |
lgtm! I just think that we need to submit an issue remembering us to update our |
Probably the last one, @ilan-theodoro. Do you think the Windows error is related to the "server" test? |
@JoOkuma it was. The problem is that it got killed trying to remove a sqlite db that was open somewhere. I fixed that with an empty try-catch on the removal procedure |
@ilan-theodoro, thanks; we can fix it later. |
@ilan-theodoro I broke your API when updating
pydantic
could you take a look at it?I could not figure it out, it seems a
fastapi
problem.