Skip to content

Commit

Permalink
Do not install cython independently from qutip
Browse files Browse the repository at this point in the history
Qutip currently limits to cython 0.29
  • Loading branch information
BoxiLi committed Jul 18, 2023
1 parent 66dedc4 commit f3fd410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- name: Install QuTiP from GitHub
if: ${{ startsWith( matrix.qutip-version, '@') }}
run: |
python -m pip install numpy scipy cython
python -m pip install 'git+https://github.com/qutip/qutip.git${{ matrix.qutip-version }}'
# For qutip-v5 qutip.control is replaced by qutip-qtrl
Expand Down

0 comments on commit f3fd410

Please sign in to comment.