Skip to content

Commit f57f43a

Browse files
authored
Merge pull request #170 from KrishnaswamyLab/datatypes_test
Added unittest for data types (scanpy, pandas, scipy)
2 parents 9ca194c + d018acf commit f57f43a

File tree

4 files changed

+686
-4
lines changed

4 files changed

+686
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
config:
24-
- {name: 'current', os: ubuntu-latest, python: '3.9' }
24+
- {name: 'current', os: ubuntu-latest, python: '3.12' }
2525

2626
steps:
2727
- uses: actions/checkout@v4

Python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To see how PHATE can be applied to datasets such as facial images and single-cel
2828

2929
[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)
3030

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

3333
### Table of Contents
3434

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

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

4747
All other software dependencies are installed automatically when installing PHATE.
4848

4949
### Installation with `pip`
5050

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

53-
pip install --user phate
53+
pip install phate
5454

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

0 commit comments

Comments
 (0)