Skip to content

Commit c9ff496

Browse files
committed
Refresh Python dependencies
1 parent cce6d94 commit c9ff496

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ ipython==5.10.0;python_version<"3.6"
107107
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
108108
ipython==7.34.0;python_version>="3.7"
109109
matplotlib-inline==0.1.6;python_version>="3.7"
110-
colorama==0.4.6
110+
colorama==0.4.6;python_version<"3.6"
111+
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
112+
colorama==0.4.6;python_version>="3.7"
111113
importlib-metadata==2.1.3;python_version<"3.6"
112114
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
113115
pycparser==2.21

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@
232232
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
233233
'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
234234
'matplotlib-inline==0.1.6;python_version>="3.7"', # ipython needs this
235-
"colorama==0.4.6",
235+
'colorama==0.4.6;python_version<"3.6"',
236+
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
237+
'colorama==0.4.6;python_version>="3.7"',
236238
'importlib-metadata==2.1.3;python_version<"3.6"',
237239
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
238240
"pycparser==2.21",

0 commit comments

Comments
 (0)