Closed lorenzoscotton closed 3 months ago
What version of python are you using?
Python 3.10.12
It looks like this might only be an issue when installing from the requirements.txt file?
running pip3 install .
installs matplotlib 3.9.1.post1 for me even if I roll the setup.py for gdt-fermi back to matplotlib 3.8.4. Also, we should update the requirements file to match the setup.py. I forgot to do that when updating the setup.py.
Yup, I was installing from the requirements file. Setting matplotlib>=3.9.1 to match the setup.py solved the issue.
Thanks!
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. astro-gdt-fermi 2.1.3 requires matplotlib>=3.9.1, but you have matplotlib 3.8.4 which is incompatible.