qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
270 stars 201 forks source link

Updated pyside2 version in environment.yml #925

Closed cdelnano closed 1 year ago

cdelnano commented 1 year ago

What are the issues this pull addresses (issue numbers / links)?

924

Did you add tests to cover your changes (yes/no)?

Yes, and tested that gui would run

Did you update the documentation accordingly (yes/no)?

Yes

Did you read the CONTRIBUTING document (yes/no)?

Yes

Summary

I specified the version of pyside2 to be 5.15.8

Details and comments

priti-ashvin-shah-ibm commented 1 year ago

Wondering if it would be consistent with both venv and conda? requirements.txt is used for venv and has pyside2 version.

Most recent version on pypi is 5.15.2.1 Released Jan 14, 2022

So, to answer my on question, no, we will have two different versions of pyside2 between conda and venv.