Skip to content

Commit

Permalink
[pyproject] force bezier 2024.6.20 for python 3.12
Browse files Browse the repository at this point in the history
CI tests are pulling the older version
  • Loading branch information
gph82 authored Jun 24, 2024
1 parent 8cf670c commit cf7910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [ "cython",
"tqdm",
"ipywidgets",
"natsort",
"bezier",
"bezier>=2024.6.20; python_version=='3.12'",
"mpl_chord_diagram>=0.3.2",
"docstring_parser",
]
Expand Down

0 comments on commit cf7910a

Please sign in to comment.