Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pkgs/sage-project/sage_project/user-project-template: Add environment…
….yml
  • Loading branch information
Matthias Koeppe committed Nov 10, 2024
commit 15b26694dbe88e8db59a93009f6ef4e3d1323b03
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## This is a conda environment file for use on Linux or macOS.
##
## Use it as follows:
##
## conda env create -f environment.yml
## conda activate {{cookiecutter.project_name}}
##
name: {{cookiecutter.project_name}}
channels:
- conda-forge
- defaults
dependencies:
- python==3.11
- sage