Skip to content

Commit

Permalink
exclude py311 and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Feb 21, 2024
1 parent b943be1 commit 1d987b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
exclude:
- os: windows-latest
python-version: '3.11'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_NIXTLA_TMP }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_NIXTLA_TMP }}
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- numpy>=1.21.6
- optuna
- pandas>=1.3.5
- pyarrow
- pytorch>=2.0.0
- pytorch-lightning>=2.0.0
- pip
Expand All @@ -21,6 +22,5 @@ dependencies:
- nbdev
- black
- polars
- pyarrow
- "ray[tune]>=2.2.0"
- ray[tune]>=2.2.0
- utilsforecast>=0.0.25

0 comments on commit 1d987b0

Please sign in to comment.