Skip to content
Snippets Groups Projects
Commit 261ddcca authored by Mate Balajti's avatar Mate Balajti
Browse files

fix: remove stubs from requirements

parent f0286852
No related branches found
No related tags found
2 merge requests!48refactor: setup.py, CI,!47feat: add support for reassigned Transcript Support Level
Pipeline #17260 passed
matplotlib matplotlib
pandas pandas
pandas-stubs
pip pip
tqdm tqdm
types-tqdm
flake8-docstrings
mypy mypy
flake8 flake8
flake8-docstrings
pytest pytest
pylint pylint
coverage coverage
"""Tests for main module.""" """Tests for main module."""
import pandas as pd import pandas as pd # type: ignore
from tsg.main import Gtf, TranscriptGenerator, dict_to_str, str_to_dict from tsg.main import Gtf, TranscriptGenerator, dict_to_str, str_to_dict
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
import logging import logging
import numpy as np import numpy as np
import pandas as pd import pandas as pd # type: ignore
from tqdm import tqdm from tqdm import tqdm # type: ignore
LOG = logging.getLogger(__name__) LOG = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment