-
- Downloads
adjust reqs and implement workaround for issue with logging during del
parent
cf9f8b1c
No related branches found
No related tags found
... | ... | @@ -10,7 +10,7 @@ locket==0.2.1 |
matplotlib==3.4.3 | ||
mock==4.0.3 | ||
netcdf4==1.6.0 | ||
numpy==1.21.3 | ||
numpy~=1.19.2 | ||
pandas==1.3.4 | ||
partd==1.2.0 | ||
psutil==5.9.1 | ||
... | ... | @@ -30,6 +30,6 @@ tabulate==0.8.10 |
tensorflow==2.6.0 | ||
timezonefinder==5.2.0 | ||
toolz==0.11.1 | ||
typing_extensions==3.10.0.0 | ||
typing_extensions~=3.7.4 | ||
wget==3.2 | ||
xarray==0.16.2 |
Please register or sign in to comment