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.
1 parent a5a73cb commit 7787730Copy full SHA for 7787730
requirements.txt
@@ -1,6 +1,6 @@
1
addict
2
appdirs
3
-audioop-lts
+audioop-lts; python_version>='3.13'
4
colour
5
diskcache
6
ipython>=8.18.0
setup.cfg
@@ -31,7 +31,7 @@ include_package_data = True
31
install_requires =
32
33
34
- audioop-lts
+ audioop-lts; python_version >= "3.13"
35
36
37
0 commit comments