From 5be3f2bb39564e6cca54cd68ddf84b032268d084 Mon Sep 17 00:00:00 2001 From: Priti A Shah Date: Wed, 11 Jan 2023 12:37:43 -0500 Subject: [PATCH] Use latest verssion of shapely since it appears that deps are not giving errors. Also, font for GUI appear to be explicitly added to environment. --- environment.yml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 3b30aff19..3c3e0b23b 100644 --- a/environment.yml +++ b/environment.yml @@ -15,9 +15,10 @@ dependencies: - pyepr-quantum>=0.8.5.7 - pygments - pyside2 + - qdarkstyle - qutip - scipy - - shapely==1.8.2 + - shapely - jupyter - scqubits - pip diff --git a/requirements.txt b/requirements.txt index df3683ed4..28bce209e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,9 +10,10 @@ pint pyEPR-quantum>=0.8.5.7 pygments pyside2 +qdarkstyle qutip scipy -shapely==1.8.2 #using conda on Windows OS: pip install of shapely will fail on import for missing geos_c.dll, if <= v1.7.x. For as long as a 1.8.0 version is not released (already patched in github), you will need to run `conda install shapely` (before installing qiskit_metal). +shapely scqubits gmsh pyaedt #since conda-forge doesn't have pyaedt, we have to manually pip install or completely switch to virtualenv . virtualenv uses less memory than conda.