mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-07 09:31:44 +02:00
Compare commits
1 Commits
renovate/a
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
47c9bbc1d7 |
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v6
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
version: 'latest'
|
||||
- run: uv sync
|
||||
|
@ -7,7 +7,7 @@ authors = [
|
||||
]
|
||||
license= { file = "LICENSE.txt" }
|
||||
dependencies = [
|
||||
"pandas[feather,performance]~=2.2.3",
|
||||
"pandas[feather,performance]~=2.3.0",
|
||||
"python-stdnum~=1.20",
|
||||
"requests~=2.32.3",
|
||||
"requests-cache~=1.2.1",
|
||||
|
Reference in New Issue
Block a user