Skip to content

Commit

Permalink
Fix py2
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Feb 26, 2024
1 parent f38d95b commit 5a331c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,6 @@ def get_path_env_var(env_var, default):
"jupyter": (1, 0),
"types-backports": (0, 1),
("futures", "py<3"): (3, 4),
("backports.functools-lru-cache", "py<3"): (2,),
("argparse", "py<27"): (1, 4),
"pexpect": (4,),
("trollius", "py<3;cpy"): (2, 2),
Expand Down Expand Up @@ -1085,6 +1084,7 @@ def get_path_env_var(env_var, default):
"watchdog": (0, 10),
"papermill": (1, 2),
("numpy", "py<3;cpy"): (1, 16),
("backports.functools-lru-cache", "py<3"): (1, 6),
# don't upgrade this; it breaks with old IPython versions
("jedi", "py<39"): (0, 17),
# Coconut requires pyparsing 2
Expand Down

0 comments on commit 5a331c4

Please sign in to comment.