Skip to content

Commit 6009d56

Browse files
committed
Bump version to 2.0.8 and relax Python requirement
1 parent 1b421d7 commit 6009d56

6 files changed

Lines changed: 86 additions & 1 deletion

File tree

pilotpy.egg-info/PKG-INFO

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Metadata-Version: 2.4
2+
Name: pilotpy
3+
Version: 2.0.8
4+
Home-page: https://github.com/CostaLab/PILOT
5+
Author: Mehdi Joodaki
6+
Author-email: judakimehdi@gmail.com
7+
Requires-Python: >=3.9
8+
License-File: LICENSE
9+
Requires-Dist: cycler
10+
Requires-Dist: joypy
11+
Requires-Dist: leidenalg
12+
Requires-Dist: numpy
13+
Requires-Dist: matplotlib
14+
Requires-Dist: pandas
15+
Requires-Dist: plotly
16+
Requires-Dist: plotnine
17+
Requires-Dist: pot
18+
Requires-Dist: pydeseq2
19+
Requires-Dist: pydiffmap
20+
Requires-Dist: scanpy
21+
Requires-Dist: scikit-learn
22+
Requires-Dist: scikit-network
23+
Requires-Dist: scipy
24+
Requires-Dist: seaborn
25+
Requires-Dist: shap
26+
Requires-Dist: statsmodels
27+
Requires-Dist: elpigraph-python
28+
Requires-Dist: adjusttext
29+
Requires-Dist: gprofiler-official
30+
Requires-Dist: gseapy
31+
Requires-Dist: anndata
32+
Dynamic: author
33+
Dynamic: author-email
34+
Dynamic: home-page
35+
Dynamic: license-file
36+
Dynamic: requires-dist
37+
Dynamic: requires-python

pilotpy.egg-info/SOURCES.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
LICENSE
2+
README.md
3+
setup.py
4+
pilotpy/__init__.py
5+
pilotpy/pl.py
6+
pilotpy/tl.py
7+
pilotpy.egg-info/PKG-INFO
8+
pilotpy.egg-info/SOURCES.txt
9+
pilotpy.egg-info/dependency_links.txt
10+
pilotpy.egg-info/requires.txt
11+
pilotpy.egg-info/top_level.txt
12+
pilotpy/plot/__init__.py
13+
pilotpy/plot/curve_activity.py
14+
pilotpy/plot/gene_selection_analysis.py
15+
pilotpy/plot/ploting.py
16+
pilotpy/plot/pseudobulk_DE_analysis.py
17+
pilotpy/tools/Cell_gene_selection.py
18+
pilotpy/tools/Gene_cluster_specific.py
19+
pilotpy/tools/Gene_cluster_specific_functions.py
20+
pilotpy/tools/Trajectory.py
21+
pilotpy/tools/__init__.py
22+
pilotpy/tools/patients_sub_clustering.py
23+
test/test_pilot.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pilotpy.egg-info/requires.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cycler
2+
joypy
3+
leidenalg
4+
numpy
5+
matplotlib
6+
pandas
7+
plotly
8+
plotnine
9+
pot
10+
pydeseq2
11+
pydiffmap
12+
scanpy
13+
scikit-learn
14+
scikit-network
15+
scipy
16+
seaborn
17+
shap
18+
statsmodels
19+
elpigraph-python
20+
adjusttext
21+
gprofiler-official
22+
gseapy
23+
anndata

pilotpy.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pilotpy

pilotpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.6"
1+
__version__ = "2.0.8"
22
__author__ = 'Mehdi Joodaki'
33
__credits__ = 'Institute for Computational Genomics'
44

0 commit comments

Comments
 (0)