Skip to content

Commit

Permalink
add requirement for cython and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart-Quantware committed Aug 9, 2023
1 parent 7c16083 commit 365a3e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Once you are in the folder that contains the `environment.yml` file, execute the

::

conda env create -n <env_name> environment.yml
conda env create -n <env_name> -f environment.yml
conda activate <env_name>
python -m pip install --no-deps -e .

Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- scqubits==3.1.0
- pyyaml==6.0
- pip==23.0
- cython<3.0.0
- pip:
- pyaedt==0.6.46
- gmsh==4.11.1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ scqubits==3.1.0
gmsh==4.11.1
pyaedt==0.6.46
pyyaml==6.0
cython<3.0.0
# 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 365a3e4

Please sign in to comment.