Skip to content

Commit e15925f

Browse files
committed
ci: Bump backend dependencies (we love versioning)
1 parent e3e5786 commit e15925f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- uses: actions/setup-python@v5
8989
with:
90-
python-version: "3.9"
90+
python-version: "3.12"
9191

9292
- name: Install CPU-only PyTorch and dependencies
9393
run: |

src/ui/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
fastapi==0.104.1
2-
uvicorn[standard]==0.24.0
3-
python-multipart==0.0.6
4-
numpy==1.24.3
5-
torch==2.1.0
6-
pytorch-lightning==2.5.5
7-
pydantic==2.5.0
8-
spglib==2.4.0
1+
fastapi>=0.115.0
2+
uvicorn[standard]>=0.24.0
3+
python-multipart>=0.0.6
4+
numpy>=1.24.3
5+
torch>=2.1.0
6+
pytorch-lightning>=2.5.5
7+
pydantic>=2.5.0
8+
spglib>=2.4.0

0 commit comments

Comments
 (0)