Skip to content

Commit

Permalink
Updated env and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djgagne committed Feb 29, 2024
1 parent 5ecb898 commit 528a84b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
with:
environment-file: environment.yml
activate-environment: test
create-args: >-
python=3.10
numpy
- shell: bash -l {0}
run: |
pip install --upgrade keras
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: guess
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.10
- numpy<1.24
- scipy
- matplotlib
Expand Down

0 comments on commit 528a84b

Please sign in to comment.