Make python dependencies pypi only
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 72/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- python
- Domain
- build-system
Research direction
Start by comparing the Python dependencies in pyproject.toml with the [tool.pixi.dependencies] and [tool.pixi.pypi-dependencies] tables. Check whether pixi resolves the project from [project.dependencies] as described, then verify that the pixi configuration retains only Python and the editable project dependency. Done means the dependency declarations have no duplicate bookkeeping and the project environment still resolves successfully.
Written by the indexing model from the issue text.
Description
This project uses pixi as dependency manager, and the dependencies are handled via conda-forge. For python development, we want to maintain an environment that only uses pypi dependencies. Investigate if it is possible for this project to migrate all python dependencies to the [project.dependencies] table in pyproject.toml, and remove them from [tool.pixi.dependencies] and [tool.pixi.pypi-dependencies]. pixi should pick up pyproject.toml for the dependency management, so that no double bookkeeping is required by the developers.
The only expected dependencies in the pixi config are python itself, and the project as an editable pypi-dependency.
- Dominant language
- Python
- Stars
- 41
- Forks
- 12
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Deltares/imod-python
-
ci
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
Deltares/imod-python#1891 ·
-
enhancement good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Deltares/imod-python#1843 ·
-
documentation
Difficulty 1/5 Under an hour Newbie friendliness 68/100
Deltares/imod-python#1684 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
Deltares/imod-python#1911 ·
-
bug documentation
Deltares/imod-python#1905 · 3 comments · 1 assignee ·
All issues in Deltares/imod-python
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100