PyOVERCAST 1.0.1__tar.gz → 1.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: PyOVERCAST
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: A Python package for mining key transcription factors from transcriptome data.
5
5
  Author-email: Tinghua Huang <thua45@126.com>
6
6
  License-Expression: MIT
@@ -48,7 +48,7 @@ A Python package for mining key transcription factors from transcriptome data.
48
48
  ## Installation
49
49
 
50
50
  ```bash
51
- pip install numpy pandas statsmodels seaborn matplotlib PyOVERCAST
51
+ pip install numpy pandas statsmodels scipy seaborn matplotlib PyOVERCAST
52
52
  ```
53
53
 
54
54
  ## Usage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyOVERCAST
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: A Python package for mining key transcription factors from transcriptome data.
5
5
  Author-email: Tinghua Huang <thua45@126.com>
6
6
  License-Expression: MIT
@@ -48,7 +48,7 @@ A Python package for mining key transcription factors from transcriptome data.
48
48
  ## Installation
49
49
 
50
50
  ```bash
51
- pip install numpy pandas statsmodels seaborn matplotlib PyOVERCAST
51
+ pip install numpy pandas statsmodels scipy seaborn matplotlib PyOVERCAST
52
52
  ```
53
53
 
54
54
  ## Usage
@@ -5,7 +5,7 @@ A Python package for mining key transcription factors from transcriptome data.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pip install numpy pandas statsmodels seaborn matplotlib PyOVERCAST
8
+ pip install numpy pandas statsmodels scipy seaborn matplotlib PyOVERCAST
9
9
  ```
10
10
 
11
11
  ## Usage
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "PyOVERCAST"
7
- version = "1.0.1"
7
+ version = "1.0.2"
8
8
  license = "MIT" # SPDX expression
9
9
  description = "A Python package for mining key transcription factors from transcriptome data."
10
10
  readme = "README.md"
File without changes
File without changes