Skip to content

Commit

Permalink
Pandas pre
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Apr 1, 2024
1 parent 7b03de1 commit c2b115b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
run: |
pip install -U --pre numpy==2.0.0rc1
pip install "python-dateutil>=2.8.2"
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -U scipy pandas
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -U scipy
- name: Build package
run: |
Expand Down

0 comments on commit c2b115b

Please sign in to comment.