Skip to content

Commit 1b4e10a

Browse files
authored
pin pandas <2.2 (#4910)
1 parent f25494b commit 1b4e10a

File tree

2 files changed

+129
-127
lines changed

2 files changed

+129
-127
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kombu = "<5.3" # https://issues.redhat.com/browse/COST-3997
4343
msrestazure = "*"
4444
numpy = {version = "*", markers = "platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'x86_64'"}
4545
oci = "*"
46-
pandas = "*"
46+
pandas = "<2.2"
4747
prometheus-client = ">=0.7"
4848
psutil = ">=5.6"
4949
psycopg2 = ">=2.9"

0 commit comments

Comments
 (0)