NormanTUD / JupyterKernels

0 stars 0 forks source link

Removed xarray[complete] and pandarallel from the example json #1

Open NormanTUD opened 2 months ago

NormanTUD commented 2 months ago

They stopped working and currently, I don't have the capacity to find out why.

Original pip_module_groups-String:

"sci_pks": "ipykernel numpy scipy sympy pandarallel dask mpi4py ipyparallel netcdf4 xarray[complete]"

->

"sci_pks": "ipykernel numpy scipy sympy dask mpi4py ipyparallel netcdf4"

NormanTUD commented 2 months ago

They fail because of:

      canonicalize_version(version, strip_trailing_zero=False),
  TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'

Go the file and remove the strip_trailing_zero=False argument to fix it.