G2PInsight 1.0.2__tar.gz → 1.0.3__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.
Files changed (24) hide show
  1. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/__init__.py +1 -1
  2. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight.egg-info/PKG-INFO +2 -1
  3. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight.egg-info/requires.txt +1 -0
  4. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/PKG-INFO +2 -1
  5. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/pyproject.toml +4 -1
  6. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/__init__.py +0 -0
  7. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/font_utils.py +0 -0
  8. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/gemma_gwas.py +0 -0
  9. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/modeltraining.py +0 -0
  10. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/plink_ld.py +0 -0
  11. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/preprocess.py +0 -0
  12. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/software/gemma-0.98.5-linux-static-AMD64 +0 -0
  13. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/software/plink +0 -0
  14. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/bin/visualization.py +0 -0
  15. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight/main.py +0 -0
  16. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight.egg-info/SOURCES.txt +0 -0
  17. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight.egg-info/dependency_links.txt +0 -0
  18. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight.egg-info/entry_points.txt +0 -0
  19. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/G2PInsight.egg-info/top_level.txt +0 -0
  20. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/LICENSE +0 -0
  21. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/MANIFEST.in +0 -0
  22. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/README.md +0 -0
  23. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/setup.cfg +0 -0
  24. {g2pinsight-1.0.2 → g2pinsight-1.0.3}/setup.py +0 -0
@@ -1,3 +1,3 @@
1
- __version__ = '1.0.2'
1
+ __version__ = '1.0.3'
2
2
  __author__ = 'chenrf'
3
3
  __email__ = '12024128035@stu.ynu.edu.cn'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: G2PInsight
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Genome-wide association analysis toolkit
5
5
  Author-email: chenrf <12024128035@stu.ynu.edu.cn>
6
6
  License: MIT
@@ -27,6 +27,7 @@ Requires-Dist: scikit-learn>=1.0
27
27
  Requires-Dist: scipy<2.0,>=1.7
28
28
  Requires-Dist: joblib>=1.0
29
29
  Requires-Dist: matplotlib>=3.5
30
+ Requires-Dist: Pillow<12.3,>=8
30
31
  Requires-Dist: numba>=0.57
31
32
  Requires-Dist: lightgbm<4.0.0,>=3.3
32
33
  Requires-Dist: xgboost<2.1,>=1.6
@@ -4,6 +4,7 @@ scikit-learn>=1.0
4
4
  scipy<2.0,>=1.7
5
5
  joblib>=1.0
6
6
  matplotlib>=3.5
7
+ Pillow<12.3,>=8
7
8
  numba>=0.57
8
9
  lightgbm<4.0.0,>=3.3
9
10
  xgboost<2.1,>=1.6
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: G2PInsight
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Genome-wide association analysis toolkit
5
5
  Author-email: chenrf <12024128035@stu.ynu.edu.cn>
6
6
  License: MIT
@@ -27,6 +27,7 @@ Requires-Dist: scikit-learn>=1.0
27
27
  Requires-Dist: scipy<2.0,>=1.7
28
28
  Requires-Dist: joblib>=1.0
29
29
  Requires-Dist: matplotlib>=3.5
30
+ Requires-Dist: Pillow<12.3,>=8
30
31
  Requires-Dist: numba>=0.57
31
32
  Requires-Dist: lightgbm<4.0.0,>=3.3
32
33
  Requires-Dist: xgboost<2.1,>=1.6
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "G2PInsight"
10
- version = "1.0.2"
10
+ version = "1.0.3"
11
11
  description = "Genome-wide association analysis toolkit"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.8,<3.13"
@@ -43,6 +43,9 @@ dependencies = [
43
43
  "scipy>=1.7,<2.0", # scipy 2.0+ 可能需要更新的编译器
44
44
  "joblib>=1.0",
45
45
  "matplotlib>=3.5",
46
+ # Pillow 12.3+ only ships manylinux_2_28 wheels; CentOS7/glibc2.17 falls back to
47
+ # source builds and fails on old GCC (C99 for-loop error).
48
+ "Pillow>=8,<12.3",
46
49
  "numba>=0.57", # 通常有预编译 wheel,不需要从源码编译
47
50
  "lightgbm>=3.3,<4.0.0",
48
51
  "xgboost>=1.6,<2.1", # xgboost 2.1+ 可能需要更新的编译器
File without changes
File without changes
File without changes
File without changes
File without changes