aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/requirements.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:22:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-04 10:22:10 +0300
commit3e424b5cd0a940fcad5647b2cec9515491d5f06f (patch)
tree13ced144b52ad652c7ddc7f0068fa7bd34bd9ca1 /requirements.txt
parentworkflows/test: linting (diff)
downloadsorting-algorithms-3e424b5cd0a940fcad5647b2cec9515491d5f06f.tar.gz
sorting-algorithms-3e424b5cd0a940fcad5647b2cec9515491d5f06f.zip
merge constraints.txt back to requirements.txt
I'm pretty sure it didn't work before w/ Python 3.4, but here we go.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 9e942a5..6ccafc3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1 @@
-# Some random known-to-work versions.
-matplotlib ~=1.5 ; python_version == '3.4'
-matplotlib ~=2.1 ; python_version == '3.5'
-matplotlib ~=3.1 ; python_version > '3.5'
+matplotlib