build: split regular environment and dev environment

This commit is contained in:
Anand Balakrishnan 2023-09-06 14:20:07 -07:00
parent a52f6a756c
commit daf1936d2b
No known key found for this signature in database
3 changed files with 433 additions and 418 deletions

14
dev-environment.yaml Normal file
View file

@ -0,0 +1,14 @@
name: argus
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- maturin
- nox
- mypy
- black
- isort
category: dev