Skip to content

Commit

Permalink
removed tqdm imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Feb 18, 2024
1 parent a903f83 commit 4f58f85
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ requests = "==2.23.0"
requests-toolbelt = "==0.9.1"
six = "==1.14.0"
toml = "==0.10.0"
tqdm = "==4.45.0"
twine = "==3.1.1"
typed-ast = "==1.4.1"
urllib3 = "==1.25.9"
Expand Down
1 change: 0 additions & 1 deletion clipkit/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from Bio import SeqIO
from Bio.Align import MultipleSeqAlignment
from tqdm import tqdm

from .msa import MSA
from .modes import TrimmingMode
Expand Down
1 change: 0 additions & 1 deletion clipkit/smart_gap_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from Bio.Align import MultipleSeqAlignment
import numpy as np
from tqdm import tqdm

from .logger import logger

Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pytest-mock==3.0.0
regex==2020.5.7
six==1.14.0
toml==0.10.0
tqdm==4.45.0
typed-ast==1.4.1
wcwidth==0.1.9
zipp==3.1.0
1 change: 0 additions & 1 deletion docs/requirements_manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pytest-mock==3.0.0
regex==2020.5.7
six==1.14.0
toml==0.10.0
tqdm==4.45.0
typed-ast==1.4.1
wcwidth==0.1.9
zipp==3.1.0
2 changes: 1 addition & 1 deletion docs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Topic :: Scientific/Engineering",
]

REQUIRES = ["biopython==1.76", "numpy==1.21.0", "tqdm==4.45.0"]
REQUIRES = ["biopython==1.76", "numpy==1.21.0"]

setup(
name="clipkit",
Expand Down

0 comments on commit 4f58f85

Please sign in to comment.