Skip to content

Commit

Permalink
Pin openpyxl version
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 5, 2024
1 parent 35ab01d commit c839f0a
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
Expand Up @@ -35,8 +35,8 @@ dependencies = [
[project.optional-dependencies]

deep = ["tensorflow"]
mpl = ["pandas", "matplotlib", "numpy"]
pd = ["pandas"]
pd = ["pandas", "openpyxl==3.1.0"]
mpl = ["carabiner-tools[pd]", "matplotlib", "numpy"]
all = ["carabiner-tools[deep,mpl,pd]"]


Expand Down

0 comments on commit c839f0a

Please sign in to comment.