We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12ea814 + 8e4a6bd commit 67a4eb7Copy full SHA for 67a4eb7
requirements.txt
@@ -28,6 +28,10 @@ ax-platform
28
nbformat>=4.2.0
29
deep_phonemizer==0.0.17
30
31
+# the following is necessary due to https://github.com/python/importlib_metadata/issues/411
32
+importlib-metadata < 5.0; python_version <= "3.7"
33
+importlib-metadata; python_version > "3.7"
34
+
35
# PyTorch Theme
36
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
37
0 commit comments