Mapping to current release of ansys-api-edb
- Dominant language
- Python
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/ansys/pyedb-core/blob/82b5f615326a3f89710133a4a9d4e5a28846e021/pyproject.toml#L28
According to this statement - pyedb-core depends on a dev version of ansys-api-edb. IMO, now that 0.2.0 is released, this should be modified to 0.2.0 rather than pointing to the dev version.
Also, this makes it impossible to install with the current PyEDB main branch, since it requires ``ansys-api-edb>=0.2.0`` (dev versions are considered to be "before" the first 0.2.0 release according to pip's dependency resolution algorithm)
Contributor guide
Research direction
Open pyproject.toml at the dependency declaration linked in the issue and compare it with the current PyPI release of ansys-api-edb. Update the requirement to 0.2.0, then verify that installation with the current PyEDB main branch no longer conflicts with the declared dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100