Skip to content

Commit

Permalink
string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaton-lab committed Jan 7, 2025
1 parent 9e7dd5a commit 1ce2b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipyrad/analysis/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
this value.
"""

_NUMPY_VERSION_ERROR = """
_NUMPY_VERSION_ERROR = r"""
PCA module requires numpy < 2.0.0 (see issue #578). Roll back to a
supported version of numpy.
conda install -c conda-forge numpy\<2.0.0
conda install -c conda-forge "numpy <2.0.0"
"""

# TODO: could allow LDA as alternative to PCA for supervised (labels) dsets.
Expand Down

0 comments on commit 1ce2b9d

Please sign in to comment.