diff --git a/poetry.lock b/poetry.lock index 5946867..fa54885 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1411,5 +1411,5 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" -python-versions = "^3.10" -content-hash = "cbd9f1b190b6d448c26f48800753dacfaa4493994f18f06dbf2c93b8f3efb027" +python-versions = "~3.10" +content-hash = "4c066dd648bb9407d9cd33c357857b64b465e0fa5e33a567bb41ac6426c0796e" diff --git a/pyproject.toml b/pyproject.toml index 2ef1f81..3d1bbd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,12 @@ authors = [ "Dallas Strandell ", ] name = "flojoy" -version = "0.1.8" +version = "0.1.9" description = "" readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" +python = "~3.10" pandas = "1.4.2" numpy = "1.23.0" plotly = "5.8.2"