Skip to content

Commit 8c57380

Browse files
committed
Change pandas min version
1 parent 19b2e9c commit 8c57380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = { file = "LICENSE"}
2222

2323
dependencies = [
2424
"colorama>=0.4.6",
25-
"pandas>=2.2.3"
25+
"pandas>=2.0.0"
2626
]
2727

2828

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
colorama>=0.4.6
2-
pandas>=2.2.3
2+
pandas>=2.0.0

0 commit comments

Comments
 (0)