Skip to content

Commit

Permalink
removing python version requirement :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Holub committed May 19, 2020
1 parent a0a96e4 commit e935c11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ tensorflow = "~=1.15"
flask = "*"
xgboost = "*"
gunicorn = "*"

[requires]
python_version = "3.7"

1 comment on commit e935c11

@holub008
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh. this is a combination of my misuse of pipenv, but possibly also the maintainers dislike of relaxed python version requirements (pypa/pipenv#1050). I wish this could be python_version = ">=3.7"

Please sign in to comment.