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 25066bf + 8151f5c commit 2e8968bCopy full SHA for 2e8968b
1 file changed
setup.py
@@ -122,6 +122,11 @@ def find_namespaced_packages(namespace):
122
# https://github.com/fsspec/filesystem_spec/pull/1358 that causes the
123
# error described in https://github.com/fsspec/s3fs/issues/790
124
"fsspec[s3] !=2023.9.1",
125
+
126
+ # pyjwt[crypto] depends on cryptography. Our standalone build has issues
127
+ # with 49.0.0, so it is avoided here as a temporary fix.
128
+ # <https://github.com/nextstrain/cli/issues/535>
129
+ "cryptography <49.0.0",
130
],
131
132
extras_require = {
0 commit comments