You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, you must also add a corresponding entry to
`ci/environment-mindeps.yaml`. You'll notice in this file that required
dependencies should be pinned exactly to the versions specified in
`pyproject.toml` (after changing `^` to `>=` there), and that development
dependencies should be left unpinned.
The sentence in parenthesis creates confusion. My reading is that in pyproject.toml dependencies should not be pinned but in environment-mindeps.yaml they should be pinned.
I wonder if adding an example of how entries should look like in each file would help.
mfisher87
changed the title
The sentence in parenthesis creates confusion. My reading is that in pyproject.toml dependencies should not be pinned but in environment-mindeps.yaml they should be pinned.
In development doc, a parenthetical about version matching is confusing
Apr 26, 2024
The sentence in parenthesis creates confusion. My reading is that in
pyproject.toml
dependencies should not be pinned but inenvironment-mindeps.yaml
they should be pinned.I wonder if adding an example of how entries should look like in each file would help.
Originally posted by @andypbarrett in #533 (comment)
The text was updated successfully, but these errors were encountered: