-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add conda yml file #26
Conversation
- Change yml from global-exclude to include
ci/conda_requirements.txt
Outdated
polars | ||
matplotlib | ||
tqdm | ||
versioneer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
versioneer |
That one is tricky... but its actually part of the repo already
micov.yml
Outdated
- versioneer | ||
- pip: | ||
- pip | ||
- polars-u64-idx==1.21.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- versioneer | |
- pip: | |
- pip | |
- polars-u64-idx==1.21.0 |
...or is polars-u64-idx
not in conda-forge
?
polars
and polars-u64-idx
have a conflicting namespace, so only one can be installed
No description provided.