Skip to content

Commit

Permalink
Remove x86 macOS runners from the test suite (#453)
Browse files Browse the repository at this point in the history
* Removed macos-13 from testing

* Removed conditional dependencies for x86 macOS
  • Loading branch information
IgorTatarnikov authored Aug 22, 2024
1 parent b39e641 commit f1b7684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:
# Run all supported Python versions on linux
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
# Include one windows and two macOS (intel based and arm based) runs
# Include one windows and one macOS (arm based) run
include:
- os: macos-13
python-version: "3.12"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ dependencies = [
"fancylog>=0.0.7",
"natsort",
"numba",
"numpy<2.0.0; sys_platform=='darwin' and platform_machine=='x86_64' or sys_platform=='win32'",
"numpy<2.0.0; sys_platform=='win32'",
"numpy",
"scikit-image",
"scikit-learn",
"keras>=3.5.0",
"torch<2.3.0; sys_platform=='darwin' and platform_machine=='x86_64'",
"torch>=2.1.0",
"tifffile",
"tqdm",
Expand Down

0 comments on commit f1b7684

Please sign in to comment.