Skip to content

Commit

Permalink
Set minimal Python version as 3.9 in environment.yml
Browse files Browse the repository at this point in the history
We want to be able to use 3.9's type annotations.
  • Loading branch information
eguiraud authored and vepadulano committed Jul 10, 2023
1 parent 6245ff9 commit b4625ae
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,6 +2,6 @@ name: root-agc
channels:
- conda-forge
dependencies:
- python=3
- python>=3.9
- root
- distributed

0 comments on commit b4625ae

Please sign in to comment.