Skip to content

Commit 28be508

Browse files
committed
Using mac x86 with 3.8
1 parent 88e6f6e commit 28be508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/minimum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1515
os: [ubuntu-latest, windows-latest]
1616
include:
17-
- os: macos-latest
17+
- os: macos-13
1818
python-version: '3.8'
1919
- os: macos-latest
2020
python-version: '3.12'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pandas>=1.4.0;python_version<'3.11'",
2828
"pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'",
2929
"pandas>=2.1.1;python_version>='3.12'",
30-
"torch>=1.10.0;python_version<'3.10'",
30+
"torch>=1.9.0;python_version<'3.10'",
3131
"torch>=1.11.0;python_version>='3.10' and python_version<'3.11'",
3232
"torch>=2.0.0;python_version>='3.11' and python_version<'3.12'",
3333
"torch>=2.2.0;python_version>='3.12'",

0 commit comments

Comments
 (0)