Skip to content

Commit

Permalink
relax requirements for pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Sep 30, 2021
1 parent 248b152 commit 81b8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install additional dependencies
run: |
python -m pip install --upgrade pip cryptography
pip install wheel numpy Cython "pandas!=1.3.0"
pip install wheel numpy Cython
pip install biom-format
- name: Install MICOM
run: pip install -e .
Expand Down

0 comments on commit 81b8bbd

Please sign in to comment.