Uh oh!
There was an error while loading. Please reload this page.
Fix/ include dependencies in packaging - issue #169 - #170
Conversation
AngRodrigues
commented
Jan 8, 2025
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 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AngRodrigues
commented
Jan 9, 2025
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?