Skip to content

Commit 9f0ced2

Browse files
committed
pin installed versions for modeling packages
1 parent 0ccf0b1 commit 9f0ced2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
python -m pip install -e ".[dev,all_models]"
35+
python -m pip install -e ".[dev]"
36+
python -m pip install xgboost==1.7.1
37+
python -m pip install spacy==3.6.0
38+
python -m pip install torch==2.0.1
39+
python -m pip install statsmodels==0.13.5
3640
- name: Run Tests
3741
run: |
3842
pytest -m 'not rsc_test and not docker' --cov --cov-report xml

0 commit comments

Comments
 (0)