Open NormanTUD opened 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.
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"