Skip to content

Commit

Permalink
fix: Pin Cython version for mdtraj compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 1, 2024
1 parent ec1115a commit 273766b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build dependencies
setuptools>=65.5.1
wheel>=0.38.4
Cython>=0.29.24
Cython==0.29.36 # Pin to specific version for mdtraj compatibility

# Core ML and scientific computing
torch==2.0.1
Expand All @@ -12,7 +12,7 @@ scikit-learn==1.2.2

# Protein structure analysis
biopython==1.81
mdtraj==1.9.7
mdtraj==1.9.7 # Pin to last stable version for Python 3.10
prody==2.4.1 # Pin to a specific version for compatibility
biotite==0.35.0

Expand Down

0 comments on commit 273766b

Please sign in to comment.