Skip to content

Commit

Permalink
Fix windows install (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Oct 30, 2023
1 parent f638888 commit 5443431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- os: macos-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.11"
python-version: "3.10"

steps:
# Run tests
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dynamic = ["version"]
dependencies = [
"numpy",
"pandas",
"h5py<=3.9", # vedo requires hdf5 <=1.12.x but hdf5 is 1.14+ from h5py 3.10 onwards
"vedo",
"k3d",
"imio",
Expand Down

0 comments on commit 5443431

Please sign in to comment.