update environment files

This commit is contained in:
Anand Balakrishnan 2023-10-04 14:28:39 -07:00
parent 9ca6748c50
commit 246f4704c3
3 changed files with 1308 additions and 594 deletions

File diff suppressed because it is too large Load diff

View file

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

View file

@ -5,3 +5,14 @@ channels:
dependencies: dependencies:
- python>=3.8 - python>=3.8
- maturin
- nox
- mypy
- black
- isort
- pytest
- pytest-cov
- hypothesis
- pip
category: dev