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
commit f00a783146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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