mdipietro09 / DataScience_ArtificialIntelligence_Utils

Examples of Data Science projects and Artificial Intelligence use-cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements.txt conflict in NLP pip 21.2.4

existeundelta opened this issue · comments

The conflict is caused by:
The user requested numpy==1.16.4
pandas 0.25.1 depends on numpy>=1.13.3
matplotlib 3.1.2 depends on numpy>=1.11
seaborn 0.9.0 depends on numpy>=1.9.3
scikit-learn 0.22 depends on numpy>=1.11.0
lime 0.1.1.37 depends on numpy
tensorflow 2.6.0 depends on numpy~=1.19.2

fixed unfixing version of numpy and pandas