Skip to content

Commit

Permalink
Merge branch 'mainline' into dev/richard/wheelcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 committed Jan 25, 2022
2 parents 43c599d + 54e8b1f commit 27cdbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ whylogs-demo = 'whylogs.cli:demo_main'
[tool.poetry.dependencies]
python = ">=3.6.1,<3.10"
click = ">=7.1.2"
dataclasses = {version = ">=0.6", markers = "python_version < \"3.7\""}
jsonschema = ">=3.2.0"
python-dateutil = ">=2.8.1"
protobuf = ">=3.15.5"
Expand All @@ -45,7 +46,6 @@ smart-open = ">=4.1.2"
puremagic = "^1.10"
matplotlib = "^3.0.3"
scipy = "^1.5.4"
dataclasses = "^0.6"
tqdm = "^4.60.0"


Expand Down

0 comments on commit 27cdbb2

Please sign in to comment.