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 7f4a210 + 8e4a6bd commit 5431f6dCopy full SHA for 5431f6d
requirements.txt
@@ -29,6 +29,10 @@ ax-platform
29
nbformat>=4.2.0
30
deep_phonemizer==0.0.17
31
32
+# the following is necessary due to https://github.com/python/importlib_metadata/issues/411
33
+importlib-metadata < 5.0; python_version <= "3.7"
34
+importlib-metadata; python_version > "3.7"
35
+
36
# PyTorch Theme
37
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
38
0 commit comments