LatticeQCD / AnalysisToolbox

A set of Python tools for statistically analyzing data. This includes aspects of lattice QCD applications related to QCD phenomenology.
MIT License
22 stars 3 forks source link

get rid of itertools #11

Closed clarkedavida closed 2 years ago

clarkedavida commented 2 years ago

Many systems seem not to be able to download it somehow, and it is more for convenience than actually necessary.

luhuhis commented 2 years ago

Isn't itertools part of the default python packages and so it's not necessary to have it in requirements? (I.e. that's why it can't be installed, because it's already there?) Itertools is really useful, replacing it would be very cumbersome

clarkedavida commented 2 years ago

You are right, I'm removing it from requirements.txt now and closing the issue...

I'm not sure what led me to think it is an outside package.