Skip to content

Commit

Permalink
Conda environment file added
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchmitz committed May 30, 2023
0 parents commit 55df0c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycache__/
*.py[cod]
*.lue
*.csv
notebook/.ipynb_checkpoints/
12 changes: 12 additions & 0 deletions environment/environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: agile2023
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.11
- numpy
- campo
- lue>=0.3.7
- matplotlib-base
- jupyterlab
- ffmpeg

0 comments on commit 55df0c7

Please sign in to comment.