Skip to content

Commit

Permalink
fix python version to 3.10 in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jul 29, 2023
1 parent c495bd2 commit 3ba65c7
Showing 1 changed file with 1 addition and 1 deletion.
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: conda_env
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.10
- pip
- slepc4py=*=complex*
- numpy
Expand Down

0 comments on commit 3ba65c7

Please sign in to comment.