callumrollo / glidertest

Diagnostic test of glider data quality and required processing
MIT License
0 stars 3 forks source link

Update requirements.txt - add numpy #6

Closed eleanorfrajka closed 3 months ago

eleanorfrajka commented 3 months ago

Chiara is showing me how to do this.

eleanorfrajka commented 3 months ago

Is there a reason we don't need numpy? @callumrollo

callumrollo commented 3 months ago

There's no harm in adding it! I often omit it as xarray requires numpy (xarray requirements), so pip will install numpy whenever you specify xarray

Still, good practice to include it! I'll merge it