diff --git a/poetry.lock b/poetry.lock index db8b3bb9..ffb9978b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1741,4 +1741,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "a01eb6d6bf7f542d061a62adb8c9f8df1716dbdaf0bba0add7787b528dc2edd6" +content-hash = "5897bd46f91e435bf99e22d49208732d7e9e2299a7cb108e02e48c2d2f224227" diff --git a/pyproject.toml b/pyproject.toml index c3863ea1..96d00ab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,24 +2,26 @@ name = "p5" version = "0.8.4" description = "p5 is a Python library that provides high level drawing functionality to help you quickly create simulations and interactive art using Python" -authors = ["Your Name "] +authors = ["Abhik Pal "] readme = "README.rst" [tool.poetry.dependencies] python = "^3.7" -freetype-py = "2.1.0.post1" -glfw = ">=2.5.9" -pillow = "9.0.1" -vispy = "0.10.0" -pyopengl-accelerate = "3.1.7" -pyopengl = "3.1.6" -requests = ">=2.25.0" +freetype-py = "^2.1.0" +glfw = "^2.5.9" +pillow = "^9.0.1" +vispy = "^0.10.0" +pyopengl-accelerate = "^3.1.7" +pyopengl = "^3.1.6" +requests = "^2.25.0" numpy = [ {version = "*", python = "^3.8"}, - {version = "~1.21.6", python = "=3.7"}, + {version = "^1.21.6", python = "=3.7"}, ] -dataclasses = {version = "^0.8", python = "=3.6"} -skia-python = ">=85.0" +dataclasses = [ + {version = "^0.8", python = "3.6"} +] +skia-python = "^87.5" [tool.poetry.group.dev.dependencies]