Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Aug 12, 2023
1 parent dc070aa commit ac1e590
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
numpy
pyusb
lxml
xmltodict
cssselect # required for inkscape >= 1.2
tinycss2 # required for inkscape >= 1.4
numpy >= 1.21.5
pyusb >= 1.2.1.post1
lxml >= 4.8.0
xmltodict >= 0.13.0 # required for Silhouette Multiple Actions
cssselect >= 1.1.0 # required for inkscape >= 1.2
tinycss2 >= 1.1.1 # required for inkscape >= 1.4
matplotlib >= 3.7.2 # required displaying cut preview

0 comments on commit ac1e590

Please sign in to comment.