Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
config:
- {name: 'current', os: ubuntu-latest, python: '3.9' }
- {name: 'current', os: ubuntu-latest, python: '3.12' }

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To see how PHATE can be applied to datasets such as facial images and single-cel

[Moon, van Dijk, Wang, Gigante et al. **Visualizing Transitions and Structure for Biological Data Exploration**. 2019. *Nature Biotechnology*.](https://doi.org/10.1038/s41587-019-0336-3)

PHATE has been implemented in [Python >=3.5](#python), [MATLAB](https://github.com/KrishnaswamyLab/PHATE/#matlab) and [R](https://github.com/KrishnaswamyLab/phateR/).
PHATE has been implemented in [Python >=3.9](#python), [MATLAB](https://github.com/KrishnaswamyLab/PHATE/#matlab) and [R](https://github.com/KrishnaswamyLab/phateR/).

### Table of Contents

Expand All @@ -42,15 +42,15 @@ PHATE has been implemented in [Python >=3.5](#python), [MATLAB](https://github.c
### System Requirements

* Windows (>= 7), Mac OS X (>= 10.8) or Linux
* [Python >= 3.5](https://www.python.org/downloads/)
* [Python >= 3.9](https://www.python.org/downloads/)

All other software dependencies are installed automatically when installing PHATE.

### Installation with `pip`

The Python version of PHATE can be installed by running the following from a terminal:

pip install --user phate
pip install phate

Installation of PHATE and all dependencies should take no more than five minutes.

Expand Down
Loading
Loading