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
276 stars 205 forks source link

New conda environment requires update for depreciated classes. #795

Closed priti-ashvin-shah-ibm closed 2 years ago

priti-ashvin-shah-ibm commented 2 years ago

Information

What is the current behavior?

Conda env on latest commit on main will not work due to depreciated classes.

Steps to reproduce the problem

What is the expected behavior?

update classes to use python 3.10 both: collection using Callable attrdict change to addict in pyepr

Suggested solutions

update pyepr, get a new tag for Metal to use, then also update Callable in Metal.

priti-ashvin-shah-ibm commented 2 years ago

This has merged during the time of making a tag. However, just need to still have CI use python 3.10.

priti-ashvin-shah-ibm commented 2 years ago

The merged branch #796