Skip to content

Commit

Permalink
Merge pull request #123 from settylab/main
Browse files Browse the repository at this point in the history
drop `tables` dependency
  • Loading branch information
katosh committed Oct 3, 2023
2 parents 870a9ba + bc06821 commit 580ac87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -112,6 +112,7 @@ Release Notes
* reduce memory usgae of `palantir.presults.compute_gene_trends`
* removed seaborn dependency
* refactor `run_diffusion_maps` to split out `compute_kernel` and `diffusion_maps_from_kernel`
* remove unused dependency `tables`

### Version 1.3.0

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -33,7 +33,6 @@
"joblib",
"fcsparser>=0.1.2",
"leidenalg>=0.9.1",
"tables>=3.4.2",
"Cython",
"cmake",
"matplotlib>=2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/palantir/version.py
@@ -1,3 +1,3 @@
__version__ = "1.3.2"
__version__ = "1.3.1"
__author__ = "Palantir development team"
__author_email__ = "manu.talanki@gmail.com"

0 comments on commit 580ac87

Please sign in to comment.