Skip to content

Commit

Permalink
build: Update Quarto deps version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Dec 3, 2024
1 parent fb21c6d commit 8b6f966
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 @@ -51,6 +51,7 @@ lxml = ">=4.9.2"
nltk = ">=3.9.1"
numpy= ">=1.14.0,<3.0.0"
pandas = ">=1.1.0,<2.3"
pdf2image = ">=1.17.0"
pyyaml = ">=6.0"
h5py = { version = "==3.12.1", optional = true }

Expand Down Expand Up @@ -78,8 +79,7 @@ beautifulsoup4 = "==4.12.3"
openpyxl = { version = ">=3.1.5", optional = true }
plotly = { version = ">=5.22.0", optional = true }
python-pptx = { version = ">=0.6.23", optional = true }
quarto-cli = "==1.5.57"
pdf2image = ">=1.17.0"
quarto-cli = ">=1.6.37"
seaborn = { version = ">=0.13.2", optional = true }
tensorflow = { version = ">=2.17.0", optional = true }

Expand Down

0 comments on commit 8b6f966

Please sign in to comment.