poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Issue Kind Brand new capability ### Description Poetry has support for pulling authentication information out of the system keyring. This (largely) works the same as [pip's keyring support](https://pip.pypa.io/en/stable/topics/authentication/#keyring-support), and...
### Issue Kind Brand new capability ### Description I regularly create "non-package" ML projects, intended to train models, run experiments or perform analysis. Often this requires using packages such as...
### Description ```bash samzonglu in ~/Desktop/demopro λ p env info Virtualenv Python: 3.12.3 Implementation: CPython Path: NA Executable: NA Base Platform: darwin OS: posix Python: 3.12.3 Path: /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12 Executable: /opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/bin/python3.12...
### Description I appear to have hit some kind of frustrating edge case with poetry, mise, and fish shell. If I run `poetry shell`, the venv python isn't the one...
### Issue Kind Brand new capability ### Description If you do `poetry add django`, `poetry` will try to install the latest version of django. However, if the latest version of...
### Description my goal is to use pytorch CPU from my pytorch_cpu source on LINUX, and pytorch from pypi on macos (or all other platforms). I have the following dependency...
### Description Getting "Unimplemented comparison of constraints" error while trying to use `platform_version` marker in dependency. Running: ``` % poetry install ``` Gives: ``` Installing dependencies from lock file Unimplemented...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...
### Description When releasing some code we have a system which step 1 is to run a unittest. If that passes, the code is published to our internal packages such...