Skip to content

Commit

Permalink
multiplatform install specs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmasson committed Jun 26, 2024
1 parent 5a18a3e commit ae29a29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ packages = find:
include_package_data = True
python_requires = >=3.9
install_requires =
tensorflow==2.16.1
tensorflow==2.16.1;platform_system=='Darwin'
tensorflow[and-cuda]==2.16.1;platform_system=='Linux'
tensorflow<2.11;platform_system=='Windows'
lxml>=4.9.3
mrcfile>=1.4.3
scikit-learn==1.3.2
Expand Down

0 comments on commit ae29a29

Please sign in to comment.