Skip to content

Commit 171c5e0

Browse files
committed
Remove mypy from dependencies.
1 parent 777bfc0 commit 171c5e0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

libs/labelbox/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"strenum>=0.4.15",
1212
"tqdm>=4.66.2",
1313
"geojson>=3.1.0",
14-
"mypy==1.10.1",
1514
"lbox-clients==1.1.2",
1615
]
1716
readme = "README.md"

requirements-dev.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ matplotlib-inline==0.1.7
125125
mistune==3.0.2
126126
# via nbconvert
127127
mypy==1.10.1
128-
# via labelbox
129128
mypy-extensions==1.0.0
130129
# via black
131130
# via mypy

requirements.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jinja2==3.1.4
5252
# via sphinx
5353
markupsafe==2.1.5
5454
# via jinja2
55-
mypy==1.10.1
56-
# via labelbox
57-
mypy-extensions==1.0.0
58-
# via mypy
5955
numpy==2.0.2
6056
# via labelbox
6157
# via opencv-python-headless
@@ -123,15 +119,12 @@ sphinxcontrib-serializinghtml==1.1.5
123119
# via sphinx
124120
strenum==0.4.15
125121
# via labelbox
126-
tomli==2.2.1
127-
# via mypy
128122
tqdm==4.66.4
129123
# via labelbox
130124
typeguard==4.3.0
131125
# via labelbox
132126
typing-extensions==4.12.2
133127
# via labelbox
134-
# via mypy
135128
# via pydantic
136129
# via pydantic-core
137130
# via typeguard

0 commit comments

Comments
 (0)