Skip to content

Commit

Permalink
Drop 'quicktions' dependency
Browse files Browse the repository at this point in the history
With e3ee75a
the source code already changed to only optionally support 'quicktions',
but otherwise to always use 'fractions'. Unfortunately some mutwo
packages relied on mutwo.core >= 1 < 2 to install quicktions for them
[1], [2]. Due to this dropping quicktions in mutwo.core < 2 would have
broke certain dependencies. We therefore only drop this now in
mutwo.core v.2.0.0.

[1] mutwo-org/mutwo.music@ba8a290
[2] mutwo-org/mutwo.abjad@af2d8c3
  • Loading branch information
levinericzimmermann committed Nov 8, 2023
1 parent f22942f commit 9b6195e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
install_requires=[
"numpy>=1.18, <2.00",
"python-ranges>=1.2.0, <2.0.0",
"quicktions>=1.10, <2.0",
],
extras_require=extras_require,
classifiers=[
Expand Down

0 comments on commit 9b6195e

Please sign in to comment.