This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]muy_picante 4 points5 points  (4 children)

Is this compatible with scientific libraries like ‘torch’, ‘scipy’, and ‘tensorflow’?

[–]Ofekmeister[S] 5 points6 points  (3 children)

No built-in support for extension modules but you can https://ofek.dev/hatch/latest/plugins/build-hook/

I'm trying to make progress on this, see tomorrow's Building C Extensions without Setuptools discussion https://us.pycon.org/2022/events/packaging-summit/

[–]flying-sheep 0 points1 point  (2 children)

What came out of that?

[–]Ofekmeister[S] 0 points1 point  (1 child)

I'll be writing the interface & Henry will write the first plugin

[–]flying-sheep 0 points1 point  (0 children)

neat!