Skip to content

Commit

Permalink
Pin pandas version to fix numpy incompatibility issue (#3500)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharvin Jondhale <[email protected]>
  • Loading branch information
sharvin2187 and Sharvin Jondhale authored Jan 29, 2025
1 parent 7a695fd commit 3f0f43c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
"source": [
"!pip install pycocotools\n",
"!pip install simplification==0.7.12\n",
"!pip install scikit-image"
"!pip install scikit-image\n",
"!pip install pandas==2.2.1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@
"source": [
"!pip install pycocotools\n",
"!pip install simplification==0.7.12\n",
"!pip install scikit-image"
"!pip install scikit-image\n",
"!pip install pandas==2.2.1"
]
},
{
Expand Down

0 comments on commit 3f0f43c

Please sign in to comment.