-
Notifications
You must be signed in to change notification settings - Fork 10
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/ include dependencies in packaging - issue #169 #170
base: master
Are you sure you want to change the base?
Conversation
While testing the builds, noticed that there is an issue with the conda install geopandas for python=3.8. all builds seem to be passing now, including for python=3.8, so this PR is ready for review again |
After digging a bit, I realized that installation with I tested both the py wheel and the conda install and the |
Description
The license, readme and dependencies.txt file should be included in conda packaging. These files are not currently being packaged with conda.
This prevents the DependencyChecker class to work properly, because it can't find the dependencies.txt
Proposed solution in this PR:
Fixes #169
Type of change
How Has This Been Tested?