Skip to content

Commit 2ef029c

Browse files
committed
fix python 3.9
1 parent c1d2ace commit 2ef029c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev-py39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ packaging==24.2
128128
# langsmith
129129
# pytest
130130
# pytest-rerunfailures
131-
pandas==2.3.0
131+
pandas==2.2.3 # rolled back from 2.3.0 because of https://github.com/pandas-dev/pandas/issues/61579
132132
# via databricks-connect
133133
parso==0.8.4
134134
# via jedi

0 commit comments

Comments
 (0)