Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies = [
# Config + env loading (scitex.helpers.load_scitex_env delegates here)
"scitex-config==0.3.6",
# Reproducibility Verification
"scitex-clew==0.17.0",
"scitex-clew>=0.20.0",
# App SDK — unified file storage for local + cloud
"scitex-app==0.2.11",
# Delegated core modules (thin re-exports)
Expand Down Expand Up @@ -793,7 +793,7 @@ web = [
# Clew Module - Hash-based verification for reproducible science (Ariadne's thread)
# Use: pip install scitex[clew]
# Note: No extra dependencies - uses only the standard library
clew = ["scitex-clew==0.17.0"]
clew = ["scitex-clew>=0.20.0"]

# Writer Module - Academic paper writing
# Use: pip install scitex[writer]
Expand Down Expand Up @@ -948,7 +948,7 @@ dev = [
"scitex-audio==0.3.0",
"scitex-audit==0.2.0",
"scitex-browser==0.1.15",
"scitex-clew==0.17.0",
"scitex-clew>=0.20.0",
# NOTE: scitex-hub (optional peer powering cloud/module/project; formerly
# scitex-cloud) is intentionally NOT in [dev] — it is unreleased, so listing
# it here would break CI's `.[all,dev]` resolve. Install explicitly via
Expand Down
Loading