{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup a package using multi environments to support multiple versions of python. Thus, I have a
pyproject.tomlfile with something like this:This uses dependencies specifiers so that people can install my package with python 3.9 and up.
Now I want to use
pixito create different environments for testing etc. Following the examples in Multi Environments it seems I should addHowever, when I try to produce the lock file, start a shell, etc. I get conflicts:
Even pinning the version of scipy in the
py39environment does not help:How am I supposed to do this?
Beta Was this translation helpful? Give feedback.
All reactions