Skip to content

Commit a40f8f6

Browse files
committed
Update requirements.txt
1 parent 30d2bb9 commit a40f8f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.10", "3.11"]
22+
python-version: ["3.11"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.10'
18+
python-version: '3.11'
1919

2020
- name: Install dependencies
2121
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ torchvision==0.22.1
33
torchaudio==2.7.1
44
cuequivariance-ops-torch-cu12==0.6.0
55
cuequivariance-torch==0.6.0
6-
scipy==1.16.1
6+
scipy>=1.9.0
77
ml_collections==1.1.0
88
tqdm==4.67.1
99
pandas==2.3.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name="protenix",
40-
python_requires=">=3.10",
40+
python_requires=">=3.11",
4141
version="0.6.0",
4242
description="A trainable PyTorch reproduction of AlphaFold 3.",
4343
long_description=long_description,

0 commit comments

Comments
 (0)