Skip to content

Commit 6bc9d17

Browse files
authored
MAINT: Remove statsmodels from dependencies (#621)
1 parent 4d08bec commit 6bc9d17

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install -U numpy scipy pandas numba sympy ipython statsmodels flake8 pytest coverage
41+
pip install -U numpy scipy pandas numba sympy ipython flake8 pytest coverage
4242
python setup.py install
4343
4444
- name: flake8 Tests

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies:
1010
- numba
1111
- sympy
1212
- ipython
13-
- statsmodels
1413
- flake8
1514
- requests
1615
- pytest

0 commit comments

Comments
 (0)