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 4d08bec commit 6bc9d17Copy full SHA for 6bc9d17
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- pip install -U numpy scipy pandas numba sympy ipython statsmodels flake8 pytest coverage
+ pip install -U numpy scipy pandas numba sympy ipython flake8 pytest coverage
42
python setup.py install
43
44
- name: flake8 Tests
environment.yml
@@ -10,7 +10,6 @@ dependencies:
10
- numba
11
- sympy
12
- ipython
13
- - statsmodels
14
- flake8
15
- requests
16
- pytest
0 commit comments