chaquopy { defaultConfig { version = "3.10" pip { // A requirement specifier, with or without a version number: install "numpy" install "flask" // And more } } } and ...
When using multiple constraints syntax to tell poetry that it should handle a dependency differently for different versions of python, if the dependency's version constraint is equivalent then poetry ...