CQCL / pytket-cutensornet

cuTensorNet Python API extensions for pytket quantum SDK
Apache License 2.0
8 stars 1 forks source link

NetworkX requirement down to 2.8.8 #112

Closed PabloAndresCQ closed 1 month ago

PabloAndresCQ commented 1 month ago

Checklist

PabloAndresCQ commented 1 month ago

this would still allow 3.0 to be used?

Yes, and that's alright. Everything works fine with >3.0 too, it's just that PECOS has a requirement that networkx is < 3.0, and pip was complaining, so I wanted to weaken the requirement here.