Skip to content

Commit

Permalink
Updating macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristid9 committed Dec 2, 2024
1 parent 7bf46f6 commit ec646f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, windows-latest]
include:
- os: macos-13
- os: macos-13.3
python-version: '3.8'
env:
PYTORCH_ENABLE_MPS_FALLBACK: "1"
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dependencies = [
"scipy>=1.9.2;python_version>='3.10' and python_version<'3.12'",
"scipy>=1.12.0;python_version>='3.12'",
'tabulate>=0.8.3,<0.9',
"torch>=1.9.0;python_version<'3.10'",
"torch>=1.12.1;python_version<'3.10'",
"torch>=2.0.0;python_version>='3.10' and python_version<'3.12'",
"torch>=2.2.0;python_version>='3.12'",
'tqdm>=4.29',
'tqdm>=4.66.3',
'XlsxWriter>=1.2.8',
'rdt>=1.13.1',
'sdmetrics>=0.17.0',
Expand All @@ -64,14 +64,16 @@ sdgym = { main = 'sdgym.cli.__main__:main' }

[project.optional-dependencies]
dask = ['dask', 'distributed']
realtabformer = ['realtabformer>=0.2.1', 'transformers<=4.42']
realtabformer = ['realtabformer>=0.2.1', 'transformers<4.46']
test = [
'sdgym[realtabformer]',
'pytest>=6.2.5',
'pytest-cov>=2.6.0',
'jupyter>=1.0.0,<2',
'rundoc>=0.4.3,<0.5',
'tomli>=2.0.0,<3',
'realtabformer>=0.2.1',
'transformers<4.46'
]
dev = [
'sdgym[dask, test]',
Expand Down

0 comments on commit ec646f6

Please sign in to comment.