How poetry add a package along with ignoring dependencies installation? #10446
Unanswered
mainguyenanhvu
asked this question in
Q&A
Replies: 1 comment
-
No |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to use
poetry
to maintain my codebase. I create a conda env:Then, I want to install
openrattle
viapoetry add
:However, it threw an error:
The author Digichem-Project/openprattle#3 said that I could use
pip install --no-deps openprattle
to prevent it installingopenbabel
. This temporarily allows me to work with it.In the long term, I want to use
poetry
to maintain stability of my codebase.Therefore, I would like to ask is there any way to tell
poetry add
do not re-installopenbabel
?Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions