Skip to content

Commit 13b2218

Browse files
author
Christopher Doris
committed
conda workaround
1 parent 58eaaf5 commit 13b2218

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PythonCallDeps.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[script]
2-
31
[conda]
4-
packages = ["pip>=18", "python>=3.5,<4"]
2+
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
53
channels = ["defaults"]

0 commit comments

Comments
 (0)