chore: fix GCC 15 warnings/errors#180
Conversation
|
I dropped the ray dependency since it doesn't support Python 3.14, and it wasn't readily apparent where it is used. That might very well be wrong. |
It is used by dask and modin. Let's wait with python 3.14 until it is supported. |
|
It be nice to have a more minimal config that can be installed as base and additional reference DBs installed as opt-in. |
|
Ray is not dead, they will come with python 3.14 later. We can wait for now. A minimal version I am not opposed to that. But I am opposed to removing the dependencies. It works for all tools atm, that should not be changed. |
06b8729 to
13c1ae2
Compare
|
I've dropped the migrate commit. |
Yep, that was the idea. Not dropping ray, but rather avoiding the if not all DBs can be installed you can bench none situtation. But it's out-of-scope for now. |
No description provided.