File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [" 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+ ]
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ plottool_ibeis>=2.3.0
99vtool_ibeis_ext>=0.1.1
1010
1111transformers>=4.53.3
12+ timm>=1.0.19
You can’t perform that action at this time.
0 commit comments