SpatialQuery 0.0.1__tar.gz → 0.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SpatialQuery
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Home-page: https://github.com/ShaokunAn/Spatial-Query
5
5
  Author: Shaokun An
6
6
  Author-email: shan12@bwh.harvard.edu
@@ -19,6 +19,8 @@ Requires-Dist: matplotlib>=3.7.5
19
19
  Requires-Dist: mlxtend>=0.23.1
20
20
  Requires-Dist: seaborn>=0.13.2
21
21
  Requires-Dist: scikit-learn>=1.3.2
22
+ Requires-Dist: statsmodels>=0.14.4
23
+ Requires-Dist: scanpy>=1.11.1
22
24
  Dynamic: author
23
25
  Dynamic: author-email
24
26
  Dynamic: classifier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SpatialQuery
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Home-page: https://github.com/ShaokunAn/Spatial-Query
5
5
  Author: Shaokun An
6
6
  Author-email: shan12@bwh.harvard.edu
@@ -19,6 +19,8 @@ Requires-Dist: matplotlib>=3.7.5
19
19
  Requires-Dist: mlxtend>=0.23.1
20
20
  Requires-Dist: seaborn>=0.13.2
21
21
  Requires-Dist: scikit-learn>=1.3.2
22
+ Requires-Dist: statsmodels>=0.14.4
23
+ Requires-Dist: scanpy>=1.11.1
22
24
  Dynamic: author
23
25
  Dynamic: author-email
24
26
  Dynamic: classifier
@@ -6,3 +6,5 @@ matplotlib>=3.7.5
6
6
  mlxtend>=0.23.1
7
7
  seaborn>=0.13.2
8
8
  scikit-learn>=1.3.2
9
+ statsmodels>=0.14.4
10
+ scanpy>=1.11.1
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='SpatialQuery',
5
- version='0.0.1',
5
+ version='0.0.2',
6
6
  packages=find_packages(),
7
7
  url='https://github.com/ShaokunAn/Spatial-Query',
8
8
  license='MIT',
@@ -26,6 +26,8 @@ setup(
26
26
  'mlxtend>=0.23.1',
27
27
  'seaborn>=0.13.2',
28
28
  'scikit-learn>=1.3.2',
29
+ 'statsmodels>=0.14.4',
30
+ 'scanpy>=1.11.1'
29
31
  ],
30
32
  include_package_data=True,
31
33
  )
File without changes
File without changes
File without changes
File without changes