build: split regular environment and dev environment
This commit is contained in:
parent
a52f6a756c
commit
daf1936d2b
3 changed files with 433 additions and 418 deletions
835
conda-lock.yml
835
conda-lock.yml
File diff suppressed because it is too large
Load diff
14
dev-environment.yaml
Normal file
14
dev-environment.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: argus
|
||||
channels:
|
||||
- conda-forge
|
||||
- nodefaults
|
||||
|
||||
dependencies:
|
||||
- python>=3.8
|
||||
- maturin
|
||||
- nox
|
||||
- mypy
|
||||
- black
|
||||
- isort
|
||||
|
||||
category: dev
|
||||
|
|
@ -5,5 +5,3 @@ channels:
|
|||
|
||||
dependencies:
|
||||
- python>=3.8
|
||||
- maturin
|
||||
- nox
|
||||
Loading…
Add table
Add a link
Reference in a new issue