Skip to content

Commit

Permalink
added cairoSVG requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed Jan 11, 2024
1 parent 516ddd3 commit 085a801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import Extension, setup
from setuptools.command.build_ext import build_ext

VERSION = "1.3.0"
VERSION = "1.3.1"

# Convert distutils Windows platform specifiers to CMake -A arguments
PLAT_TO_CMAKE = {
Expand Down Expand Up @@ -170,6 +170,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
'statsmodels',
'scikit-learn',
'drawSvg>=1.6.0,<2.0.0',
'cairoSVG',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 085a801

Please sign in to comment.