Skip to content

Commit

Permalink
more flex py version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Sep 28, 2022
1 parent 9e8e12a commit 2628bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "legendkit"
version = "0.2.0"
version = "0.2.1"
description = "Legend creation and manipulation with ease for matplotlib"
authors = ["Mr-Milk <yb97643@um.edu.mo>"]
license = "MIT"
Expand All @@ -17,7 +17,7 @@ classifiers = [


[tool.poetry.dependencies]
python = ["~3.10"]
python = ["~3.7", "~3.8", "~3.9", "~3.10"]
matplotlib = "^3.5"
scipy = "^1.9.1"
pandas = "^1.4.4"
Expand Down

0 comments on commit 2628bc6

Please sign in to comment.