File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ python = "^3.9"
1818biopython = " ^1.83"
1919ipywidgets = " ^7.0.0"
2020numpy = " <2.0.0"
21- onnxruntime = " ^1.17 .3"
21+ onnxruntime = " ^1.16 .3"
2222pandas = " ^2.0.0"
2323python_codon_tables = " ^0.1.12"
2424pytorch_lightning = " ^2.2.1"
@@ -31,7 +31,7 @@ transformers = "^4.40.0"
3131CAI-PyPI = " ^2.0.1"
3232
3333[tool .poetry .dev-dependencies ]
34- coverage = " ^7.0"
34+ coverage = { version = " ^7.0" , extras = [ " toml " ]}
3535
3636[build-system ]
3737requires = [" poetry-core>=1.0.0" ]
@@ -51,3 +51,9 @@ quote-style = "double"
5151indent-style = " space"
5252skip-magic-trailing-comma = false
5353line-ending = " auto"
54+
55+ [tool .coverage .run ]
56+ omit = [
57+ # omit pytorch-generated files in /tmp
58+ " /tmp/*" ,
59+ ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ biopython>=1.83,<2.0
22CAI-PyPI >= 2.0.1 ,< 3.0
33ipywidgets >= 7.0.0 ,< 10.0
44numpy >= 1.26.4 ,< 2.0
5- onnxruntime >= 1.17 .3 ,< 3.0
5+ onnxruntime >= 1.16 .3 ,< 3.0
66pandas >= 2.0.0 ,< 3.0
77python_codon_tables >= 0.1.12 ,< 1.0
88pytorch_lightning >= 2.2.1 ,< 3.0
You can’t perform that action at this time.
0 commit comments