Skip to content

Commit

Permalink
🔧 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cemachelen committed Mar 5, 2024
1 parent aaed402 commit b5a7828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.8]
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- name: install mamba
Expand Down
2 changes: 1 addition & 1 deletion GP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python>=3.8
- python>=3.11
- matplotlib
- notebook
- plotly
Expand Down

0 comments on commit b5a7828

Please sign in to comment.