porespy icon indicating copy to clipboard operation
porespy copied to clipboard

Update pyproject.toml to include platform dependent requirements

Open jgostick opened this issue 7 months ago • 0 comments

Apparently it's possible to specify in the pyproject.toml what versions of certain requirements to install on each platform, and perhaps even to exclude some packages. For instance:

"jax>=0.4.18,<0.5.0; sys_platform == 'darwin'",

There is some discussion here

jgostick avatar Mar 10 '25 00:03 jgostick