From 827131e6be7b331dea93dc1bcdb1da94b30db4e4 Mon Sep 17 00:00:00 2001 From: Patrick O'Brien Date: Wed, 3 Aug 2022 22:21:12 -0400 Subject: [PATCH 1/2] Add pyaedt as a dependency --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e650c8fb6..48c6739dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ shapely #using conda on Windows OS: pip install of shapely will fail on import scqubits #pyvista # pyvista is needed for pyaetd #pythonnet # pythonnet is needed for pyaedt -#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. +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. # jupyter (if you need a fresh install) or ipykernel (if you prefer to make of this a new kernel to use from an existing jupyter install) From f5068cd9ed39867a48dfd0c8a79f6bc3cf5b629e Mon Sep 17 00:00:00 2001 From: Patrick O'Brien Date: Wed, 3 Aug 2022 22:47:27 -0400 Subject: [PATCH 2/2] Remove pythonnet and pyvista comments from requirements.txt --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 48c6739dd..ca3006ba5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,5 @@ qutip scipy shapely #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). scqubits -#pyvista # pyvista is needed for pyaetd -#pythonnet # pythonnet is needed for pyaedt 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. # jupyter (if you need a fresh install) or ipykernel (if you prefer to make of this a new kernel to use from an existing jupyter install)