-
Notifications
You must be signed in to change notification settings - Fork 2
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
validators version issue? #692
Comments
That happens because there is an attempt to installs the library We never saw on the dispatcher because we run out github workflows using python 3.8 and up, never 3.7. Can we remove the support to that python version ? |
there is now a problem with bokeh - numpy compatibility. |
I quickly tried to install the latest versions of bokeh and numpy and I don't see that error, but of course it is not a guarantee |
If it works for the dispatcher visualization, if you tried that on your dev instance, lets upgrade. Could you check if it works on a dev instance? |
no, I spoke a bit too early, and it seems there would be more problems upgrading |
need to pick one that works I guess |
it seems like that by freezing the numpy version the issue is solved: numpy==1.24.4 |
ok, it seems that #693 fixed it |
dispatcher-app/requirements.txt
Line 39 in e4b7784
this breaks in here
https://github.com/oda-hub/oda_api/actions/runs/9135072621/job/26304556424
Why could it be?
The text was updated successfully, but these errors were encountered: