Skip to content

Commit b9b21d9

Browse files
committed
cleanup
1 parent 4496d45 commit b9b21d9

File tree

2 files changed

+3
-164
lines changed

2 files changed

+3
-164
lines changed

omark_env.yml

Lines changed: 0 additions & 161 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.4.0"
44
description = "OMArk - Proteome quality assesment based on OMAmer placements"
55
readme = "README.md"
66
license = "GPL-3.0-or-later"
7-
license-file = "LICENSE"
8-
requires-python = ">=3.9,<3.13"
7+
license-files = ["LICENSE", "COPYING.LESSER", "COPYING"]
8+
requires-python = ">=3.9"
99
authors = [
1010
{ name = "Yannis Nevers", email = "yannis.nevers@unil.ch"},
1111
]
1212
dependencies = [
13-
"biopython >1.83,<2",
13+
"biopython >1.83",
1414
"ete3",
1515
"jinja2",
1616
"matplotlib",

0 commit comments

Comments
 (0)