poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Issue Kind Improving documentation ### Existing Link https://github.com/python-poetry/poetry/blob/main/.github/ISSUE_TEMPLATE/---bug-report.yml ### Description I've filed a very unnecessary bug which I [wasted hours (mine and yours)](https://github.com/python-poetry/poetry/issues/9655#issuecomment-2324168220) on debugging it (sorry :disappointed:), while...
### Issue Kind Brand new capability ### Description In some of my projects, we decide to exclude the use of specific dependencies (i.e. `pandas`). Whilst it is easy to check...
`virtualenvs.prefer-active-python` was introduced in 1.2 and works well since than. So there is no need to call it "experimental" any longer (even if there might be space for some improvements).
### Description Consider a project consisting of a python package `lib` and an application `app` depending on `lib` by version number. Neither `app` nor `lib` can be downloaded from any...
### Description I've been trying to install cuml for about 2 days, but with poetry it's not possible :( [Poetry Runtime Logs.txt](https://github.com/user-attachments/files/17422033/Poetry.Runtime.Logs.txt) ### Poetry Installation Method pipx ### Operating System...
# Pull Request Check List Resolves: #9782 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.
### Issue Kind Missing documentation ### Existing Link https://python-poetry.org/docs/dependency-specification/ ### Description poetry seems to support [PEP 440 "Compatible Release"](https://peps.python.org/pep-0440/#compatible-release) specifiers. Would you accept a PR add a section about them?
# Pull Request Check List Resolves: personal grudge towards `poetry shell` - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.
### Description Poetry uses the version of Python which was used to install Poetry no matter what the `pyproject.toml` file is configured to use. ### Workarounds `poetry env use `...
### Description  I am trying to install PyTorch CUDA version on Fedora 40, I have CUDA installed, `nvidia-smi` shows the following output  When I try to install torch...