We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134585d commit fdacc17Copy full SHA for fdacc17
1 file changed
docs/source/install.rst
@@ -46,13 +46,14 @@ The content of the ``environment.yml`` are:
46
47
.. code-block:: bash
48
49
- name: xpsi_py3
+ name: xpsi
50
channels:
51
- defaults
52
- conda-forge
53
dependencies:
54
- python >= 3.9.0
55
- numpy < 2.0.0
56
+ - cython~= 3.0.11
57
- matplotlib == 3.9.2 # STRICT REQUIREMENT FROM FGIVENX
58
- scipy
59
- wrapt
@@ -86,7 +87,7 @@ an environment manually via
86
87
88
89
- conda create -n xpsi_py3
90
+ conda create -n xpsi
91
92
and then install the core dependencies listed in ``basic_environment.yml`` via
93
conda.
@@ -95,7 +96,7 @@ Activate the environment as:
95
96
97
98
- conda activate xpsi_py3
99
+ conda activate xpsi
100
101
.. note::
102
0 commit comments