Skip to content

Commit 8429760

Browse files
committed
Remove requirements.txt
stack-info: PR: #1088, branch: oulgen/stack/168
1 parent 157be88 commit 8429760

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
path: |
8484
~/.cache/uv
8585
~/.venv
86-
key: ${{ matrix.python-version }}-${{ matrix.runtime-version }}-${{ matrix.pytorch-version }}-${{ hashFiles('.github/workflows/test.yml', 'requirements.txt') }}-${{ steps.date.outputs.month }}
86+
key: ${{ matrix.python-version }}-${{ matrix.runtime-version }}-${{ matrix.pytorch-version }}-${{ hashFiles('.github/workflows/test.yml') }}-${{ steps.date.outputs.month }}
8787

8888
- name: Install PyTorch
8989
run: |

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ dependencies = [
2020
"typing_extensions>=4.0.0",
2121
"filecheck",
2222
"psutil",
23-
"tqdm",
23+
"filecheck",
24+
"numpy",
2425
"rich"
2526
]
2627

2728
[project.optional-dependencies]
2829
dev = [
30+
"expecttest",
2931
"pytest",
30-
"pre-commit"
32+
"pre-commit",
33+
"hypothesis"
3134
]
3235

3336
[project.urls]

requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)