Skip to content

Commit

Permalink
Update environment-latest.yaml (casact#442)
Browse files Browse the repository at this point in the history
* Update environment-latest.yaml

* Update pytest_upstream_nightly.yml
  • Loading branch information
jbogaardt committed Jun 17, 2023
1 parent 8b243ae commit cff98bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_upstream_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest'] #, 'macos-latest', 'windows-latest']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v1
- uses: conda-incubator/setup-miniconda@v2
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- conda-forge

dependencies:
- pandas>=0.23
- conda-forge::pandas>=2.0
- scikit-learn>=0.23
- sparse>=0.9
- numba
Expand Down

0 comments on commit cff98bf

Please sign in to comment.