Skip to content

Conda environment update, and devcontainer setup#54

Merged
douglowe merged 4 commits into
masterfrom
devcontainer
Jun 15, 2026
Merged

Conda environment update, and devcontainer setup#54
douglowe merged 4 commits into
masterfrom
devcontainer

Conversation

@douglowe

@douglowe douglowe commented Jun 3, 2026

Copy link
Copy Markdown
Member

This adds a devcontainer config file for VS Code, and also fixes the conda environment - pinning setuptools to version 79.0.1 to avoid the removal of pkg_resources from that library.

Copilot AI review requested due to automatic review settings June 3, 2026 09:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s Conda environment to avoid pkg_resources breakage by pinning setuptools, and introduces a VS Code devcontainer setup to make onboarding/development more reproducible.

Changes:

  • Update environment.yml (bump wrf-python, pin setuptools==79.0.1).
  • Add .devcontainer/ configuration (Dockerfile + devcontainer.json) to build a containerized dev environment.
  • Ignore the generated devcontainer lock file in .gitignore.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
environment.yml Updates dependency versions and pins setuptools for compatibility.
.gitignore Ignores .devcontainer/devcontainer-lock.json.
.devcontainer/noop.txt Adds a placeholder text file related to devcontainer build intent.
.devcontainer/Dockerfile Builds an Anaconda-based devcontainer image and creates the Conda environment from environment.yml.
.devcontainer/devcontainer.json Configures VS Code devcontainer build context and Dockerfile.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .devcontainer/Dockerfile
Comment thread .devcontainer/Dockerfile
Comment thread .devcontainer/Dockerfile
Comment thread .devcontainer/noop.txt
@douglowe douglowe merged commit 175ac79 into master Jun 15, 2026
3 checks passed
@douglowe douglowe deleted the devcontainer branch June 15, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants