We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a92b8 commit e5d7a46Copy full SHA for e5d7a46
.github/workflows/main.yml
@@ -44,7 +44,8 @@ jobs:
44
PYTHONWARNINGS: ignore:DEPRECATION::pip._internal.cli.base_command
45
run: |
46
python -m pip install --upgrade pip
47
- pip install pandas==${{ matrix.pandas }} numpy==${{ matrix.numpy }} scipy==${{ matrix.scipy }} statsmodels==${{ matrix.statsmodels}}
+ pip install numpy==${{ matrix.numpy }}
48
+ pip install pandas==${{ matrix.pandas }} scipy==${{ matrix.scipy }} statsmodels==${{ matrix.statsmodels}}
49
pip install -e .[test]
50
- name: Lint with flake8
51
0 commit comments