Skip to content

Commit 8804fce

Browse files
committed
actually don't pin the modeling packages
1 parent 9f0ced2 commit 8804fce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
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
36+
python -m pip install xgboost
37+
python -m pip install spacy
38+
python -m pip install torch
39+
python -m pip install statsmodels
4040
- name: Run Tests
4141
run: |
4242
pytest -m 'not rsc_test and not docker' --cov --cov-report xml

0 commit comments

Comments
 (0)