Skip to content

Commit

Permalink
keep pandas<2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Dec 4, 2024
1 parent 0211185 commit bfab6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'

- name: Install Larch v6
run: python -m pip install larch6
run: python -m pip install larch6 "pandas<2"

- name: Install activitysim
# installing without dependencies is faster, we trust that all needed dependencies
Expand Down

0 comments on commit bfab6d4

Please sign in to comment.