Merge pull request #20 from minrk/311

specify Python 3.11
This commit is contained in:
Simon Li
2023-02-16 14:36:26 +00:00
committed by GitHub

View File

@@ -2,6 +2,7 @@ name: example-environment
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- psutil
- toolz