diff --git a/docs/installation.rst b/docs/installation.rst index 7986caa78..2252b07eb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -77,7 +77,7 @@ Once you are in the folder that contains the `environment.yml` file, execute the :: - conda env create -n environment.yml + conda env create -n -f environment.yml conda activate python -m pip install --no-deps -e . diff --git a/environment.yml b/environment.yml index 3117af392..d5c9a9b9c 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 92121f6b5..70cfeb2d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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)