Skip to content

Commit d22d542

Browse files
committed
Fix docker
1 parent 5ab4885 commit d22d542

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
[build-system]
22
requires = ["setuptools", "wheel"]
3+
4+
5+
[tool.pytest.ini_options]
6+
addopts = "-p no:doctest --xdoctest --xdoctest-style=google --ignore-glob=setup.py --ignore-glob=docs --ignore-glob=papers --ignore-glob=experiments --ignore-glob=htmlcov"
7+
norecursedirs = ".git ignore build __pycache__ dev _skbuild docs htmlcov"
8+
filterwarnings = [
9+
"default",
10+
"ignore:.*No cfgstr given in Cacher constructor or call.*:Warning",
11+
"ignore:.*Define the __nice__ method for.*:Warning",
12+
"ignore:.*private pytest class or function.*:Warning",
13+
]

requirements/optional.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ plottool_ibeis>=2.3.0
99
vtool_ibeis_ext>=0.1.1
1010

1111
transformers>=4.53.3
12+
timm>=1.0.19

0 commit comments

Comments
 (0)