Skip to content

Commit

Permalink
Bumped mypy and tensorflow-cpu to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sisco0 committed Dec 26, 2021
1 parent 566e615 commit 0d6a9ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ exclude = [
]

[tool.poetry.dependencies]
python = "^3.6.2"
python = ">=3.6.2,<3.10"
# Mandatory dependencies
numpy = "^1.19.0"
grpcio = "^1.27.2"
google = "^2.0.3"
protobuf = "^3.12.1"
dataclasses = { version = "==0.6", markers = "python_version < '3.7'" }
# Optional dependencies
tensorflow-cpu = { version = "==2.6.2", optional = true }
tensorflow-cpu = { version = "==2.7.0", optional = true }
torch = { version = "^1.10.1", optional = true }
torchvision = { version = "^0.11.2", optional = true }
boto3 = { version = "^1.12.36", optional = true }
Expand All @@ -81,7 +81,7 @@ types-dataclasses = "^0.1.7"
isort = "==5.9.2"
black = "==21.7b0"
docformatter = "==1.4"
mypy = "==0.910"
mypy = "==0.930"
pylint = "==2.8.2"
flake8 = "==3.9.2"
pytest = "==6.2.4"
Expand Down

0 comments on commit 0d6a9ef

Please sign in to comment.