"docs/vscode:/vscode.git/clone" did not exist on "b9a768b3ffa80c4c19d024f9f42d5917e7d8109e"
Unverified Commit 9219d142 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

pin pandas==2.0.3 (#25875)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 459bc673
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
- name: Setup environment - name: Setup environment
run: | run: |
pip install --upgrade pip pip install --upgrade pip
pip install datasets pandas pip install datasets pandas==2.0.3
pip install .[torch,tf,flax] pip install .[torch,tf,flax]
- name: Update metadata - name: Update metadata
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment