Skip to content

Commit 894b65b

Browse files
committed
Rename to requirements.txt
1 parent f819dfb commit 894b65b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/lintandformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/cache@v4
2727
with:
2828
path: ~/.cache/uv
29-
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('requirements-common.txt', 'requirements-dev.txt') }}
29+
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
3030

3131
- name: Install uv
3232
run: curl -LsSf https://astral.sh/uv/install.sh | sh

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/cache@v4
6565
with:
6666
path: ~/.cache/uv
67-
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('requirements-common.txt', 'requirements-dev.txt') }}
67+
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-uv-${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
6868

6969
- name: Install uv
7070
run: curl -LsSf https://astral.sh/uv/install.sh | sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pyenv activate hyperion
8484

8585
### About Jellyfish and Rust
8686

87-
If you don't have Rust installed or don't want to install it, decrease the version of `jellyfish` to `0.10.0` in the `requirements-common.txt` file:
87+
If you don't have Rust installed or don't want to install it, decrease the version of `jellyfish` to `0.10.0` in the `requirements.txt` file:
8888

8989
```
9090
jellyfish==0.10.0 # String Matching

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-r requirements-common.txt
1+
-r requirements.txt
22
aiosqlite==0.20.0
33
boto3-stubs[essential]==1.38.23
44
google-auth-stubs==0.3.0
File renamed without changes.

0 commit comments

Comments
 (0)