File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dynamic = ["version"]
88description = " FastOMA - a package to infer orthology information among proteomes"
99readme = " README.md"
1010license = " MIT"
11- requires-python = " >=3.8"
11+ requires-python = " >=3.8,<3.13 " # ete3 incompatible with >=3.13
1212authors = [
1313 { name = " Sina Majidian" , email = " sina.majidian@gmail.com" },
1414 { name = " Adrian Altenhoff" , email = " adrian.altenhoff@inf.ethz.ch" }
@@ -20,7 +20,7 @@ dependencies = [
2020 " lxml >=4.6,<6" ,
2121 " omamer ~=2.0" ,
2222 " pyham ~=1.1" ,
23- " numpy <2 " , # temporary fix as pytables does not yet work with numpy 2.0
23+ " numpy" ,
2424 " pyparsing" ,
2525 " networkx" ,
2626]
@@ -60,3 +60,6 @@ include = [
6060features = [
6161 " report" ,
6262]
63+
64+ [[tool .hatch .envs .hatch-test .matrix ]]
65+ python = [" 3.12" , " 3.11" , " 3.10" , " 3.9" ]
You can’t perform that action at this time.
0 commit comments