Skip to content

Commit

Permalink
Add pyaedt as a dependency (#834)
Browse files Browse the repository at this point in the history
* Add pyaedt as a dependency

* Remove pythonnet and pyvista comments from requirements.txt
  • Loading branch information
obrienpja authored Aug 4, 2022
1 parent 6f66995 commit f2a9ab5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f2a9ab5

Please sign in to comment.