Skip to content

Conversation

@averagestud
Copy link

There was an issue where geonode 3.3.3 required numpy 1.22.* instead of 1.23.4 thus making it incompatible. Using a specific minor version (1.22) with a wildcard for the patch version (*) allows you to receive bug fixes, improvements, or other minor updates within the 1.22 release line without explicitly stating the exact patch version number. Thus, this also takes into consideration the issue of weatherroutingtool 0.1 requires numpy==1.23.4, but you have numpy 1.22.4 which is incompatible.

There was an issue where geonode 3.3.3 required numpy 1.22.* instead of 1.23.4 thus making it incompatible. Using a specific minor version (1.22) with a wildcard for the patch version (*) allows you to receive bug fixes, improvements, or other minor updates within the 1.22 release line without explicitly stating the exact patch version number. Thus, this also takes into consideration the issue of weatherroutingtool 0.1 requires numpy==1.23.4, but you have numpy 1.22.4 which is incompatible.
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