scez 0.0.1__tar.gz → 0.1.0__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.

Potentially problematic release.


This version of scez might be problematic. Click here for more details.

@@ -1,23 +1,28 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scez
3
- Version: 0.0.1
3
+ Version: 0.1.0
4
4
  Summary: Single Cell Analysis, Easy Mode!
5
5
  License: MIT
6
6
  Author: Abe Arab
7
7
  Author-email: abarbiology@gmail.com
8
+ Requires-Python: >=3.9,<4.0
8
9
  Classifier: License :: OSI Approved :: MIT License
9
- Classifier: Programming Language :: Python :: 2
10
- Classifier: Programming Language :: Python :: 2.7
11
10
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.4
13
- Classifier: Programming Language :: Python :: 3.5
14
- Classifier: Programming Language :: Python :: 3.6
15
- Classifier: Programming Language :: Python :: 3.7
16
- Classifier: Programming Language :: Python :: 3.8
17
11
  Classifier: Programming Language :: Python :: 3.9
18
12
  Classifier: Programming Language :: Python :: 3.10
19
13
  Classifier: Programming Language :: Python :: 3.11
20
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Requires-Dist: adjustText (>=0.7.3,<0.8.0)
16
+ Requires-Dist: adpbulk (>=0.1.4,<0.2.0)
17
+ Requires-Dist: anndata (>=0.7.4,<0.8.0)
18
+ Requires-Dist: blitzgsea (>=1.3.0,<2.0.0)
19
+ Requires-Dist: matplotlib (>=3.7,<4.0)
20
+ Requires-Dist: numpy (>=1.17.0,<2.0.0)
21
+ Requires-Dist: pandas (>=0.21,<0.22)
22
+ Requires-Dist: pydeseq2 (>=0.4.0,<0.5.0)
23
+ Requires-Dist: pytdc (>=1.0.0,<2.0.0)
24
+ Requires-Dist: seaborn (>=0.12.2,<0.13.0)
25
+ Requires-Dist: tqdm
21
26
  Project-URL: Source, https://github.com/abearab/scez
22
27
  Description-Content-Type: text/markdown
23
28
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "scez"
3
- version = "0.0.1"
3
+ version = "0.1.0"
4
4
  authors = [
5
5
  "Abe Arab <abarbiology@gmail.com>"
6
6
  ]
@@ -17,24 +17,20 @@ packages = [
17
17
  [tool.poetry.urls]
18
18
  Source = "https://github.com/abearab/scez"
19
19
 
20
- # [tool.poetry.dependencies]
21
- # dependencies = [
22
- # "anndata>=0.7.4",
23
- # "numpy>=1.17.0",
24
- # "pandas>=0.21,<2.0",
25
- # "matplotlib<3.7",
26
- # "seaborn==0.12.2",
27
- # "scvi-tools",
28
- # "scar",
29
- # "scanpy",
30
- # "adjustText",
31
- # "adpbulk",
32
- # "pydeseq2",
33
- # "pytdc",
34
- # "blitzgsea",
35
- # "tqdm",
36
- # "pytest"
37
- # ]
20
+ [tool.poetry.dependencies]
21
+ python = "^3.9 <4.0"
22
+ anndata = "^0.7.4"
23
+ numpy = "^1.17.0"
24
+ pandas = "^0.21 <2.0"
25
+ matplotlib = "^3.7"
26
+ seaborn = "^0.12.2"
27
+ adjustText = "^0.7.3"
28
+ adpbulk = "^0.1.4"
29
+ pydeseq2 = "^0.4.0"
30
+ pytdc = "^1.0.0"
31
+ blitzgsea = "^1.3.0"
32
+ tqdm = "*"
33
+
38
34
 
39
35
  [tool.poetry.group.test.dependencies]
40
36
  pytest = "*"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes