Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Update numpy version to 1.19.3 #105

Merged
merged 1 commit into from
Dec 17, 2021
Merged

Update numpy version to 1.19.3 #105

merged 1 commit into from
Dec 17, 2021

Conversation

dakotabenjamin
Copy link
Member

Fixes compatibility error with pandas:

ERROR: Cannot install numpy==1.17.3 and pandas==1.3.4 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested numpy==1.17.3
    pandas 1.3.4 depends on numpy>=1.19.2; platform_machine == "aarch64" and python_version < "3.10"

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

@robsavoye robsavoye merged commit 60d9575 into master Dec 17, 2021
@dakotabenjamin dakotabenjamin deleted the update/requirements branch December 17, 2021 18:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants