diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:22:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 10:22:10 +0300 |
commit | 3e424b5cd0a940fcad5647b2cec9515491d5f06f (patch) | |
tree | 13ced144b52ad652c7ddc7f0068fa7bd34bd9ca1 /requirements.txt | |
parent | workflows/test: linting (diff) | |
download | sorting-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 '')
-rw-r--r-- | requirements.txt | 5 |
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 |