Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #196970
| From | "Loris Bennett" <loris.bennett@fu-berlin.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Specifying local dependency with Poetry |
| Date | 2024-11-06 07:57 +0100 |
| Organization | FUB-IT, Freie Universität Berlin |
| Message-ID | <87cyj8x322.fsf@zedat.fu-berlin.de> (permalink) |
| References | <87fro5k92a.fsf@zedat.fu-berlin.de> <lp0dhmF6pnuU1@mid.individual.net> |
Greg Ewing <greg.ewing@canterbury.ac.nz> writes: > On 6/11/24 4:13 am, Loris Bennett wrote: >> [tool.poetry.dependencies] >> python = "^3.6" >> first-package = "^1.6.0" >> Could not find a version that satisfies the requirement >> first-package<2.0.0,>=1.6.0 (from second-package==0.5.0) (from >> versions: ) >> No matching distribution found for first-package<2.0.0,>=1.6.0 (from second-package==0.5.0) > > What version number does first-package have? > > The caret in the specification "^1.6.0" restricts it to 1.x.x versions. > > If you don't want that restriction, use ">=" instead. The first package has the version number 1.6.0. -- This signature is currently under constuction.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
Specifying local dependency with Poetry "Loris Bennett" <loris.bennett@fu-berlin.de> - 2024-11-05 16:13 +0100
Re: Specifying local dependency with Poetry Greg Ewing <greg.ewing@canterbury.ac.nz> - 2024-11-06 18:35 +1300
Re: Specifying local dependency with Poetry "Loris Bennett" <loris.bennett@fu-berlin.de> - 2024-11-06 07:57 +0100
csiph-web