Skip to content

chore: quote identifier for package using latest version#2

Merged
Yeuoly merged 1 commit into
langgenius:mainfrom
bowenliang123:quote-python-dep
Jan 16, 2026
Merged

chore: quote identifier for package using latest version#2
Yeuoly merged 1 commit into
langgenius:mainfrom
bowenliang123:quote-python-dep

Conversation

@bowenliang123

@bowenliang123 bowenliang123 commented Jan 15, 2026

Copy link
Copy Markdown
Contributor
  • before:
# Install Python packages
/opt/conda/bin/pip install --no-cache-dir \
"pandas[excel,html,xml]~=2.2.3" \
numpy \
"markdown>=3.10" \
"xhtml2pdf~=0.2.17" \
"python-pptx~=1.0.2" \
"PyMuPDF~=1.24.0" \
"pypandoc-binary~=1.13" \
"pillow~=10.4.0" \
psutil \
tenacity \
html2text \
jinja2 \
requests \
...
  • after:
# Install Python packages
/opt/conda/bin/pip install --no-cache-dir \
"pandas[excel,html,xml]~=2.2.3" \
"numpy" \
"markdown>=3.10" \
"xhtml2pdf~=0.2.17" \
"python-pptx~=1.0.2" \
"PyMuPDF~=1.24.0" \
"pypandoc-binary~=1.13" \
"pillow~=10.4.0" \
"psutil" \
"tenacity" \
"html2text" \
"jinja2" \
"requests" \
...

@bowenliang123 bowenliang123 changed the title chore: quote package identifier for latest version chore: quote identifier for package using latest version Jan 15, 2026
@Yeuoly
Yeuoly merged commit 2e7ac93 into langgenius:main Jan 16, 2026
3 checks passed
@bowenliang123
bowenliang123 deleted the quote-python-dep branch January 16, 2026 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants