Skip to content

Commit

Permalink
add dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Sep 8, 2023
1 parent 5c6bece commit 2cc2e13
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dev/env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: bio38
channels:
- conda-forge
- defaults
dependencies:
- annotated-types
- black
- deepdiff
- email-validator
- imageio[version='>=2.5']
- lxml
- numpy
- onnxruntime
- packaging[version='>=17.0']
- pooch
- pre-commit
- pydantic[version='>=2.3.0']
- pyright
- pytest
- python-dateutil
- python=3.8
- pytorch
- ruamel.yaml
- ruff
- torchvision
- tqdm
- typer
- typing-extensions
- xarray

0 comments on commit 2cc2e13

Please sign in to comment.