Skip to content

Commit

Permalink
Allow python>=3.7 for M1 mac compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwalawender committed Feb 24, 2023
1 parent 29fc4f3 commit c45dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: KRO
channels:
- conda-forge
dependencies:
- python=3.7
- python>=3.7
- pyyaml
- requests
- packaging

0 comments on commit c45dd05

Please sign in to comment.