Skip to content

Commit

Permalink
List deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed May 8, 2024
1 parent 4e4a1e4 commit 1903cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
poetry run pip install --upgrade pip
poetry run pip install setuptools
- name: List deps
run: poetry run pip list

- name: Install dependencies
run: poetry install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setuptools = ">48.0"
joblib = "^1.3"
seaborn = ">=0.12"
matplotlib = ">=3.4,!=3.6.1"
numpy = ">1.20,!=1.24.0,!=1.24.4"
numpy = ">1.20,!=1.24.0"
statsmodels = ">=0.13.0"
requests = ">=2.0"

Expand Down

0 comments on commit 1903cd0

Please sign in to comment.