Conversation
088813d to
9205050
Compare
|
Hey @yomach since I had to update the poetry lock file, can you please take a quick look if everything is fine before I merge it? |
Did you do |
|
It actually didn't because of a breaking change in numpy (distributils) from python 3.12 onward: Do I need to manually take care of these dependencies, or is there a smarter way to do it? |
|
|
Shouldn't all the dependencies come from qm-qua anyway? |
|
@TheoLaudatQM , I am not sure what dependencies are needed but Poetry is mostly used for configuring virtual env (like requirments.txt on steroids) If you want to make sure you run with specific versions of libs, its a great way to do it. If your code runs at an environment or virtual environment where all needed libs for the interpreter are alredy installed, than no need to use poetry, but if you plan for it to work on other machine, or other virtual env, then there is. I hope that helped. If not, let's talk. |
|
Thanks @OziEgri. Poetry has always been used to validate the requirements on qua-libs and py-qua-tools and check that users can seamlessly install all the packages with the version requirements and dependencies (it was implemented before I joined QM). |
No description provided.