Skip to content

Commit e52f811

Browse files
authored
Pin pandas (#2179)
1 parent fdb7e38 commit e52f811

File tree

3 files changed

+2044
-1858
lines changed

3 files changed

+2044
-1858
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Pin pandas==2.3.3."
4+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"numpy>=1.25.2",
4949
"graspologic>=3.4.1",
5050
"networkx>=3.4.2",
51-
"pandas>=2.2.3",
51+
"pandas>=2.2.3,<3",
5252
"pyarrow>=17.0.0",
5353
"umap-learn>=0.5.6",
5454
# Configuration

0 commit comments

Comments
 (0)