gaia-dpci / GaiaXPy

Gaia BP/RP spectra package
BSD 3-Clause "New" or "Revised" License
36 stars 9 forks source link

Update dependency versions for NumPy and pandas #92

Closed druzm closed 4 months ago

druzm commented 4 months ago

To ensure compatibility and avoid potential deprecation issues, more recent minimum versions of NumPy and pandas need to be enforced.

The current versions may contain deprecated functionality that could lead to future issues, especially since compatibility with Python 3.7 has already been removed.

Details:

Current minimum versions:

  NumPy: >1.13
  pandas: >=1.0.0

New minimum versions:

  NumPy: >1.23
  pandas: >=1.5.0
druzm commented 4 months ago

Some warnings could not be resolved due to the range of pandas versions allowed.