Skip to content

Commit

Permalink
changed to only use tilde specification and added author
Browse files Browse the repository at this point in the history
  • Loading branch information
martynvdijke committed Apr 28, 2024
1 parent fe834f0 commit a0b7734
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <you@example.com>"]
authors = ["Abhik Pal <theabhikpal@gmail.com>"]
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]
Expand Down

0 comments on commit a0b7734

Please sign in to comment.