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.
2 parents 77663cf + 62c4a50 commit 72153d5Copy full SHA for 72153d5
requirements.txt
@@ -6,6 +6,6 @@
6
#
7
8
# -i https://pypi.org/simple
9
-numpy==1.19.5
10
-plotille==3.7.2
11
-six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
+numpy>=1.19.5
+plotille>=3.7.2
+six>=1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
0 commit comments