We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b75ace commit 48609f8Copy full SHA for 48609f8
README.md
@@ -28,12 +28,12 @@ S3 HTTP interface, to disk or to OPeNDAP.
28
S3-netCDF4 requires Python 3.7 or later.
29
30
It also requires the following packages:
31
-* numpy==1.18.1
32
-* Cython==0.29.15
33
-* netCDF4==1.5.3
34
-* botocore==1.15.15
35
-* aiobotocore==0.12.0
36
-* psutil==5.7.0
+* numpy==1.19.4
+* Cython==0.29.21
+* netCDF4==1.5.5.1
+* botocore==1.19.20
+* aiobotocore==1.1.2
+* psutil==5.7.3
37
38
(These are fulfilled by a pip installation, so it is not necessary to install
39
them if you are installing the package via pip, as below.)
0 commit comments