Skip to content

Commit

Permalink
bump pip and tqdm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 7, 2024
1 parent 70eea27 commit 746bfa1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ packaging==20.0
pandas==2.0.0
psutil==5.7.0
scipy==1.10.0
tqdm==4.32.0
tqdm==4.66.3
woodwork==0.28.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ packaging==20.0
pandas==2.0.0
psutil==5.7.0
scipy==1.10.0
tqdm==4.32.0
tqdm==4.66.3
woodwork==0.28.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ moto[all]==5.0.0
numpy==1.25.0
packaging==20.0
pandas==2.0.0
pip==21.3.1
pip==23.3.0
psutil==5.7.0
pyarrow==14.0.1
pympler==0.8
Expand All @@ -17,6 +17,6 @@ pytest-xdist==2.5.0
pytest==7.1.2
scipy==1.10.0
smart-open==5.0.0
tqdm==4.32.0
tqdm==4.66.3
urllib3==1.26.18
woodwork==0.28.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"pandas >= 2.0.0",
"psutil >= 5.7.0",
"scipy >= 1.10.0",
"tqdm >= 4.32.0",
"tqdm >= 4.66.3",
"woodwork >= 0.28.0",
]

Expand All @@ -55,7 +55,7 @@ test = [
"composeml >= 0.8.0",
"graphviz >= 0.8.4",
"moto[all] >= 5.0.0",
"pip >= 21.3.1",
"pip >= 23.3.0",
"pyarrow >= 14.0.1",
"pympler >= 0.8",
"pytest >= 7.1.2",
Expand Down

0 comments on commit 746bfa1

Please sign in to comment.