Skip to content

Commit a2dd727

Browse files
Add numpy version number in installation instructions
1 parent 65b46c9 commit a2dd727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create and activate a conda environment:
88

99
.. code:: bash
1010
11-
conda create --name pensa python==3.10 scipy numpy pandas matplotlib MDAnalysis==2.8 deeptime biotite pip -c conda-forge
11+
conda create --name pensa python==3.10 scipy numpy==1.26.4 pandas matplotlib MDAnalysis==2.8 deeptime biotite pip -c conda-forge
1212
conda activate pensa
1313
1414
If you want to use PENSA with Jupyter notebooks:

0 commit comments

Comments
 (0)