Browse Source
chore: remove Python minor version
Python 3.8 is currently not available on Mac, making the installation
hard for development purpose
tags/v0.4.0
No known key found for this signature in database
GPG Key ID: A129206624BCD006
1 changed files with
1 additions and
1 deletions
-
Pipfile
|
|
@@ -14,4 +14,4 @@ tabulate = "*" |
|
|
|
numpy = ">=1.17.0,<2.0.0" |
|
|
|
|
|
|
|
[requires] |
|
|
|
python_version = "3.8" |
|
|
|
python_version = "3" |