Deutsch English Français Italiano |
<87cyj8x322.fsf@zedat.fu-berlin.de> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail From: "Loris Bennett" <loris.bennett@fu-berlin.de> Newsgroups: comp.lang.python Subject: Re: Specifying local dependency with Poetry Date: Wed, 06 Nov 2024 07:57:09 +0100 Organization: FUB-IT, Freie =?utf-8?Q?Universit=C3=A4t?= Berlin Lines: 21 Message-ID: <87cyj8x322.fsf@zedat.fu-berlin.de> References: <87fro5k92a.fsf@zedat.fu-berlin.de> <lp0dhmF6pnuU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain X-Trace: news.uni-berlin.de bvAfaVbunXQwsDlUvGNyGwJ+MULG/0KrChZLxZkzOPmnR0 Cancel-Lock: sha1:COuQZzxqVDhK1SqSynvOv8oFJi4= sha1:QPYD3Rlp70+XnjH99TVf3NMxTHU= sha256:ZBl7vM74RpACcmOma2idlMYn7+TvO1iv8QDZgy8ZK4I= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Bytes: 1546 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.