WIP: fix/loaddemo_ps1_bug #76

Draft
Tycho-van-den-Heuvel wants to merge 4 commits from Tycho-van-den-Heuvel/intranet:fix/loaddemo_ps1_bug into main
Contributor

At request of Dirk-Willem the changes we had to do to run loaddemo.ps1 successfully

At request of Dirk-Willem the changes we had to do to run loaddemo.ps1 successfully
Author
Contributor

Hmm it's failing. this dependency. python-magic-lib. Is this a windows only thing?

Hmm it's failing. this dependency. python-magic-lib. Is this a windows only thing?

To limit packages to specific wheels, you can use the required-environments setting in uv.

This setting ensures that the resulting resolution contains wheels for specific platforms, or fails if no such wheels are available.

For example, you can set required-environments = ["sys_platform == 'darwin'"] to require that any package without a source distribution include a wheel for macOS. This will prevent installation if no such wheels are available on macOS.

To limit packages to specific wheels, you can use the required-environments setting in uv. This setting ensures that the resulting resolution contains wheels for specific platforms, or fails if no such wheels are available. For example, you can set required-environments = ["sys_platform == 'darwin'"] to require that any package without a source distribution include a wheel for macOS. This will prevent installation if no such wheels are available on macOS.

Or in this case - the windows wheels.

Or in this case - the windows wheels.
pyproject.toml bijwerken
All checks were successful
Verify Pull Request / tests (pull_request) Successful in 1m52s
710c2b9fca
Python magic will only be used by linux

Python-magic-bin will only be used by mac and windows
Tycho-van-den-Heuvel changed title from fix/loaddemo_ps1_bug to WIP: fix/loaddemo_ps1_bug 2026-06-17 14:12:16 +02:00
All checks were successful
Verify Pull Request / tests (pull_request) Successful in 1m52s
Required
Details
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix/loaddemo_ps1_bug:Tycho-van-den-Heuvel-fix/loaddemo_ps1_bug
git switch Tycho-van-den-Heuvel-fix/loaddemo_ps1_bug
Sign in to join this conversation.
No reviewers
No labels
Draft
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
msl/intranet!76
No description provided.