# Minimal frozen requirements for CLAMP embeddings script
# These are the direct dependencies imported by embeddings.py
# Use this as a fallback if the CLAMP repo's setup.py fails

# Deep learning framework
# torch>=2.0.0

# # Numerical computing
# numpy>=1.24.0

# # Chemistry and molecular representations
# selfies
# rdkit

# CLAMP itself - installed via pip from git
# The git URL and ref can be updated as needed
# -e git+https://github.com/ml-jku/clamp.git@59ba666872335a05e5ebd9a7327457d17c32e77b#egg=clamp
