From f2a9ab5798b5da87f8b7ee0e539a1b21f47e51e1 Mon Sep 17 00:00:00 2001 From: "Patrick J. O'Brien" Date: Thu, 4 Aug 2022 09:11:43 -0400 Subject: [PATCH] Add pyaedt as a dependency (#834) * Add pyaedt as a dependency * Remove pythonnet and pyvista comments from requirements.txt --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e650c8fb6..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. +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)