Skip to content

fix: remove 'copy' from dependencies as it is a built-in module#32

Open
sandrine-muller-research wants to merge 1 commit into
gloriachin:mainfrom
sandrine-muller-research:fix/installation-setup
Open

fix: remove 'copy' from dependencies as it is a built-in module#32
sandrine-muller-research wants to merge 1 commit into
gloriachin:mainfrom
sandrine-muller-research:fix/installation-setup

Conversation

@sandrine-muller-research

Copy link
Copy Markdown

This PR removes the copy module from the dependencies list in pyproject.toml. The copy module is part of the Python Standard Library and should not be listed as an external dependency. This was causing uv sync to fail.

Closes #31

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.

Dependency error in pyproject.toml: copy listed as external dependency

1 participant