Skip to content

Commit

Permalink
MNT: bump request-cache min version, fix min version test
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Jan 1, 2024
1 parent 41075e2 commit 5c17e2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Fast-F1 from sources
run: |
python3 -m pip install -e .
python3 -m pip install ${{ matrix.extra-requirements }} -e .
- name: Create cache directory
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ license = { file = "LICENSE" }

# minimum python version additionally needs to be changed in the test matrix
requires-python = ">=3.8"
# minimum package versions additionally need to be changed in requirement/minver.txt
# minimum package versions additionally need to be changed in requirements/minver.txt
dependencies = [
"matplotlib>=3.5.1,<4.0.0",
"numpy>=1.21.5,<2.0.0",
"pandas>=1.3.5,<2.1.0",
"python-dateutil",
"requests>=2.28.1",
"requests-cache>=0.8.0",
"requests-cache>=1.0.0",
"scipy>=1.7.3,<2.0.0",
"thefuzz",
"timple>=0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion requirements/minver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ matplotlib==3.5.1
numpy==1.21.5
pandas==1.3.5
requests==2.28.1
requests-cache==0.8.0
requests-cache==1.0.0
scipy==1.7.3
timple==0.1.6
websockets==10.3

0 comments on commit 5c17e2b

Please sign in to comment.