Skip to content

Commit

Permalink
github-actions: add max pandas version
Browse files Browse the repository at this point in the history
    - Add a temporary max pandas version to prevent
      incompatibility issues between different rdkit
      version.
    - The temporary version limit will be removed
      when the latest rdkit version can be installed
      via pip (see this issue for details
      kuelumbus/rdkit-pypi#99)
  • Loading branch information
JochenSiegWork committed May 13, 2024
1 parent 873b734 commit 7661eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade pip
pip install "pandas<2.2.0"
pip install .[notebooks]
- name: Run unit-tests for notebooks
run: |
Expand Down

0 comments on commit 7661eae

Please sign in to comment.