Skip to content

Commit

Permalink
Test pinnning numpy/torch for x86 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Aug 20, 2024
1 parent cd09709 commit aab2c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ dependencies = [
"fancylog>=0.0.7",
"natsort",
"numba",
"numpy<2.0.0; sys_platform=='darwin' and platform_machine=='x86_64'",
"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 aab2c2a

Please sign in to comment.