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 58eaaf5 commit 13b2218Copy full SHA for 13b2218
PythonCallDeps.toml
@@ -1,5 +1,3 @@
1
-[script]
2
-
3
[conda]
4
-packages = ["pip>=18", "python>=3.5,<4"]
+packages = ["pip>=18", "python>=3.5,<3.10"] # TODO: restricting to <3.10 for now because conda has issues when the minor number has two digits
5
channels = ["defaults"]
0 commit comments