Fix pixi warnings
- depends_on is deprecated and replaced with depends-on
- fix ambiguous versions:
Encountered ambiguous version specifier
3.10
, could be3.10.*
but assuming you meant==3.10
. In the future this will result in an error.
3.10
, could be 3.10.*
but assuming you meant ==3.10
. In the future this will result in an error.