Skip to content

Commit

Permalink
Add missing scipy dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Sep 20, 2023
1 parent e144500 commit 24700ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To install ETE in a local directory to help with the development, you can:
- Clone this repository (`git clone https://github.com/etetoolkit/ete.git`)
- Install dependecies
- If you are using [conda](https://conda.io/):
`conda install -c conda-forge cython bottle brotli numpy pyqt`
`conda install -c conda-forge cython bottle brotli numpy scipy pyqt6`
- Otherwise, you can install them with `pip install <dependencies>`
- Build and install ete4 from the repository's root directory: `pip install -e .`

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["bottle", "brotli", "numpy"]
dependencies = ["bottle", "brotli", "numpy", "scipy"]

[project.urls]
"Homepage" = "http://etetoolkit.org"
Expand Down

0 comments on commit 24700ba

Please sign in to comment.