Skip to content

Commit

Permalink
Use latest verssion of shapely since it appears that deps are not giv…
Browse files Browse the repository at this point in the history
…ing errors. Also, font for GUI appear to be explicitly added to environment. (#905)
  • Loading branch information
priti-ashvin-shah-ibm authored Jan 13, 2023
1 parent 9722b3b commit fdc6df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ dependencies:
- pyepr-quantum>=0.8.5.7
- pygments
- pyside2
- qdarkstyle
- qutip
- scipy
- shapely==1.8.2
- shapely
- jupyter
- scqubits
- pip
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fdc6df6

Please sign in to comment.