there seem to be some outdated/incompatible packages in the requirements when using conda install pyfesom2
-
NumPy and SciPy are incompatible: A NumPy version >=1.18.5 and <1.25.0 is required for this version of SciPy (detected version 1.26.4
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
-
pyfesom2 uses the old seawater package: UserWarning: The seawater library is deprecated! Please use gsw instead.
I found the latter a bit surprising, since seawater was last updated in May 2024 (https://pypi.org/project/seawater/#description), but they also state that it should only be used to make sure old scripts are still compatible with TEOS-10 standards.