Working versions since pyart updated #15
syedhamidali
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
latest working versions
import pyscancf as pcf
import pyart
import cartopy
import numpy as np
import pandas as pd
import xarray as xr
pcf.version
'1.0.29'
pyart.version
'1.17.0'
cartopy.version
'0.22.0'
np.version
'1.26.3'
pd.version
'2.2.0'
xr.version
'2024.1.1'
import sys
print(sys.version)
3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:01:35) [Clang 16.0.6 ]
Beta Was this translation helpful? Give feedback.
All reactions