Skip to content

Commit

Permalink
add better path management
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRobertsonGames committed Aug 13, 2024
1 parent c0924de commit b704566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@
"_anaconda_depends",
]


NUMPY_2_CHANGES = json.loads(Path("numpy2_patch.json").read_text())
NUMPY_2_CHANGES = json.loads(Path(__file__).parent / "numpy2_patch.json").read_text()


def apply_numpy2_changes(record, subdir, filename):
Expand Down

0 comments on commit b704566

Please sign in to comment.