Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
840ad8ab
Unverified
Commit
840ad8ab
authored
Nov 14, 2021
by
Carlosbogo
Committed by
GitHub
Nov 14, 2021
Browse files
Remove unnecessary panda references (#4930)
Removed pandas references from the repo
parent
f3365262
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
.github/workflows/tests-schedule.yml
.github/workflows/tests-schedule.yml
+1
-1
mypy.ini
mypy.ini
+0
-4
No files found.
.github/workflows/tests-schedule.yml
View file @
840ad8ab
...
@@ -33,7 +33,7 @@ jobs:
...
@@ -33,7 +33,7 @@ jobs:
run
:
pip install --no-build-isolation --editable .
run
:
pip install --no-build-isolation --editable .
-
name
:
Install all optional dataset requirements
-
name
:
Install all optional dataset requirements
run
:
pip install scipy
pandas
pycocotools lmdb requests
run
:
pip install scipy pycocotools lmdb requests
-
name
:
Install tests requirements
-
name
:
Install tests requirements
run
:
pip install pytest
run
:
pip install pytest
...
...
mypy.ini
View file @
840ad8ab
...
@@ -102,10 +102,6 @@ ignore_missing_imports = True
...
@@ -102,10 +102,6 @@ ignore_missing_imports = True
ignore_missing_imports
=
True
ignore_missing_imports
=
True
[mypy-pandas.*]
ignore_missing_imports
=
True
[mypy-accimage.*]
[mypy-accimage.*]
ignore_missing_imports
=
True
ignore_missing_imports
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment