We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4922c52 + 27ee52c commit 54dc12cCopy full SHA for 54dc12c
setup.cfg
@@ -52,6 +52,13 @@ install_requires =
52
; see https://github.com/h5netcdf/h5netcdf/issues/154
53
setuptools>=48
54
versioningit>=0.3.0
55
+; transitive dependencies. We list these explicitly to
56
+; ensure that we always use versions that do not have
57
+; known security vulnerabilities
58
+ ipython>=7.31.1,!=8.0.0
59
+ pillow>=9.0.0
60
+ rsa>=4.7
61
+
62
63
[options.package_data]
64
qcodes =
0 commit comments