Skip to content

Commit

Permalink
Update environment.yml for qutip 4.6
Browse files Browse the repository at this point in the history
qutip4.6 requires numpy>=1.16.6,<1.20 and cython>=0.29.20

Add qutip-qip as a dependency

Pin the ipython version because there is a bug in ipykernel 5.5, see ipython/ipykernel#540
  • Loading branch information
BoxiLi committed May 29, 2021
1 parent 163ede3 commit 4c2816f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ channels:
dependencies:
- python==3.7.3
- pip==19.*
- cython==0.29.8
- numpy==1.16.4
- cython==0.29.20
- numpy==1.19
- scipy==1.2.1
- matplotlib=3.0.3
- matplotlib==3.0.3
- imagemagick==7.0.8_49
- ipython==7.10
- qutip==4.6
- imagemagick=7.0.8_49
- pip:
- qutip-qip==0.1.0

0 comments on commit 4c2816f

Please sign in to comment.