Skip to content

Commit

Permalink
initial conda env config
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent 913f7e5 commit d8b0c05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mini-poetry/{{ cookiecutter.repo_name }}/conda.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: {{ cookiecutter.project_name }}
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- pip:
- poetry

0 comments on commit d8b0c05

Please sign in to comment.