Skip to content

Commit

Permalink
Update python-package.yml (#21)
Browse files Browse the repository at this point in the history
* Update python-package.yml
  • Loading branch information
TY-Cheng authored Jun 24, 2024
1 parent e4005c2 commit 057d3ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest scipy torch pot matplotlib scikit-learn pandas pyvinecopulib==0.6.4
python -m pip install "numpy<2"
python -m pip install "pyvinecopulib==0.6.6"
python -m pip install flake8 pytest scipy torch pot matplotlib scikit-learn pandas
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 057d3ef

Please sign in to comment.