Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conda environment so application runs #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CanNotCode2
Copy link

This commit fixes the conda environment simply not building, caused by the results of the conda solver changing over time as new packages were released.

I've manually gone in and made every major dependency explicit with comments documenting my changes to not only fix the issue but to try and prevent this from happening again.

I chose to not make it the environment.yaml an env export to make it easy to update in the future if changes are made to this codebase.

This commit fixes the conda environment simply not building, caused by the results of the conda solver changing over time as new packages were released.

I've manually gone in and made every major dependency explicit with comments documenting my changes to not only fix the issue but to try and prevent this from happening again.

I chose to not make it the environment.yaml an env export to make it easy to update in the future if changes are made to this codebase.
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.

1 participant