omnigenome 0.3.3a0__tar.gz → 0.3.4a0__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 omnigenome might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omnigenome
3
- Version: 0.3.3a0
3
+ Version: 0.3.4a0
4
4
  Summary: OmniGenome: A comprehensive toolkit for genome analysis.
5
5
  Home-page: https://github.com/yangheng95/OmniGenBench
6
6
  Author: Yang, Heng
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
20
20
  Requires-Python: >=3.10
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: omnigenbench>=0.3.0
23
+ Requires-Dist: omnigenbench>=0.3.3
24
24
  Requires-Dist: findfile>=2.0.0
25
25
  Requires-Dist: autocuda>=0.16
26
26
  Requires-Dist: metric-visualizer>=0.9.6
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omnigenome
3
- Version: 0.3.3a0
3
+ Version: 0.3.4a0
4
4
  Summary: OmniGenome: A comprehensive toolkit for genome analysis.
5
5
  Home-page: https://github.com/yangheng95/OmniGenBench
6
6
  Author: Yang, Heng
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
20
20
  Requires-Python: >=3.10
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: omnigenbench>=0.3.0
23
+ Requires-Dist: omnigenbench>=0.3.3
24
24
  Requires-Dist: findfile>=2.0.0
25
25
  Requires-Dist: autocuda>=0.16
26
26
  Requires-Dist: metric-visualizer>=0.9.6
@@ -1,4 +1,4 @@
1
- omnigenbench>=0.3.0
1
+ omnigenbench>=0.3.3
2
2
  findfile>=2.0.0
3
3
  autocuda>=0.16
4
4
  metric-visualizer>=0.9.6
@@ -45,7 +45,7 @@ setup(
45
45
  ],
46
46
  },
47
47
  install_requires=[
48
- "omnigenbench>=0.3.0", # Add dependency on omnigenbench
48
+ "omnigenbench>=0.3.3", # Add dependency on omnigenbench
49
49
  "findfile>=2.0.0",
50
50
  "autocuda>=0.16",
51
51
  "metric-visualizer>=0.9.6",
File without changes
File without changes
File without changes