Skip to content

Commit

Permalink
Workaround pypa/pip#13093
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 27, 2024
1 parent d81520c commit 0714b3e
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/featomic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
"expected 'debug' or 'release'"
)


FEATOMIC_TORCH_SRC = os.path.join(ROOT, "..", "featomic-torch")
# The code for featomic-torch needs to live in `featomic_torch` directory until
# https://github.com/pypa/pip/issues/13093 is fixed.
FEATOMIC_TORCH_SRC = os.path.realpath(os.path.join(ROOT, "..", "featomic_torch"))


class universal_wheel(bdist_wheel):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0714b3e

Please sign in to comment.