Skip to content

Chore/remove conda env#31

Merged
shaia merged 5 commits intomasterfrom
chore/remove-conda-env
Mar 6, 2026
Merged

Chore/remove conda env#31
shaia merged 5 commits intomasterfrom
chore/remove-conda-env

Conversation

@shaia
Copy link
Copy Markdown
Owner

@shaia shaia commented Mar 6, 2026

No description provided.

shaia added 4 commits March 6, 2026 09:28
pyproject.toml is the single source of truth for dependencies now.
The conda files were outdated (targeting Python 3.8, listing stale deps)
and no longer needed. Update README install instructions accordingly.
Local helper script for activating .venv — not useful in the repo
since .venv is gitignored and users activate their own environments.
Simple wrapper around `uv venv` — not needed in the repo since
users can run the two commands themselves.
Include both standard python -m venv and uv workflows
so users know how to create and activate their environment.
@shaia shaia requested a review from Copilot March 6, 2026 07:35
@shaia shaia self-assigned this Mar 6, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 removes the legacy Conda-based environment setup artifacts and updates the repository documentation to use standard Python virtual environments (with an optional uv-based workflow), aligning setup guidance with the project’s pyproject.toml configuration.

Changes:

  • Deleted Conda environment definition (environment.yml) and related Windows setup script.
  • Removed helper scripts for environment creation/activation (setup_env.sh, activate_env.bat).
  • Updated README.md setup instructions to use python -m venv and documented an optional uv workflow.

Reviewed changes

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

Show a summary per file
File Description
setup_env.sh Removed uv-based environment creation helper script.
setup_env.bat Removed Conda-based Windows environment setup script.
environment.yml Removed Conda environment specification.
activate_env.bat Removed Windows venv activation helper script.
README.md Updated setup instructions to use venv and added uv-based setup path.

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

You can also share your feedback on Copilot code review. Take the survey.

List separate activation commands for CMD, PowerShell, and Git Bash
instead of a single ambiguous Windows command. Add link to uv
installation docs so users can find it easily.
@shaia shaia merged commit e63003e into master Mar 6, 2026
1 check passed
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