Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Oct 8, 2024
1 parent a0bcfad commit f1eebff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
setup_requires=["setuptools_scm"],
install_requires=[
"absl-py>=0.9.0",
"lxml>=4.0",
"skia-pathops>=0.6.0",
"absl-py>=2.1.0",
"lxml>=5.3.0",
"skia-pathops>=0.8.0",
],
extras_require={
"dev": [
"pytest",
"pytest-clarity",
"black==23.3.0",
"pytype==2020.11.23; python_version < '3.9'",
"black==24.10.0",
"pytype==2024.9.13; python_version < '3.9'",
],
},
# this is so we can use the built-in dataclasses module
Expand Down

0 comments on commit f1eebff

Please sign in to comment.