Skip to content

Commit

Permalink
post9
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Dec 27, 2024
1 parent e29cdbe commit d66d484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ platforms = ["windows-x64", "macos-arm64", "linux-x64", "macos-x64"]
# # Optional: bundle 3rd party Python modules.
# # https://docs.blender.org/manual/en/dev/advanced/extensions/python_wheels.html
wheels = [
"./wheels/pyluxcore-2.9a1.post8-cp311-cp311-macosx_11_0_arm64.whl",
"./wheels/pyluxcore-2.9a1.post8-cp311-cp311-macosx_10_13_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post8-cp311-cp311-win_amd64.whl",
"./wheels/pyluxcore-2.9a1.post8-cp311-cp311-manylinux_2_28_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post9-cp311-cp311-macosx_11_0_arm64.whl",
"./wheels/pyluxcore-2.9a1.post9-cp311-cp311-macosx_10_13_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post9-cp311-cp311-win_amd64.whl",
"./wheels/pyluxcore-2.9a1.post9-cp311-cp311-manylinux_2_28_x86_64.whl",
]

# # Optional: add-ons can list which resources they will require:
Expand Down

0 comments on commit d66d484

Please sign in to comment.