Setting the file. One moment.
Skill 01 · Instrument Data To Allotrope
Subchapter 1.10
requirements.txt
Text26 lines811 B
# Instrument Data to Allotrope Skill - Pinned Dependencies
#
# These versions are pinned for reproducibility and determinism.
# All scientists using this skill should install these exact versions
# to ensure identical ASM output from the same input files.
#
# Installation:
# pip install -r requirements.txt --break-system-packages
#
# Note: Versions pinned as of 2025-01-05
# Core parsing library - provides native instrument parsers
allotropy==0.1.55
# Data manipulation and file reading
pandas==2.0.3
# Excel file support (required by pandas for .xlsx files)
openpyxl==3.1.2
# PDF parsing support (for instruments that export PDFs)
pdfplumber==0.9.0
# Scientific computing (optional, but recommended for advanced analysis)
# numpy==1.24.3 # Uncomment if needed
# scipy==1.11.1 # Uncomment if needed