Skip to content

Commit

Permalink
Merge pull request #15 from sameeul/minor_fix
Browse files Browse the repository at this point in the history
Loosen numpy restriction
  • Loading branch information
sameeul authored Jul 18, 2024
2 parents 3269f07 + 1d3846c commit 92738fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo &&
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
yum -y install maven java
CIBW_TEST_REQUIRES: bfio requests numpy==1.24.0 ome_zarr
CIBW_TEST_REQUIRES: bfio requests numpy ome_zarr
CIBW_TEST_COMMAND: python -W default -m unittest discover -s {project}/tests -v

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo &&
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo &&
yum -y install maven java
CIBW_TEST_REQUIRES: bfio requests numpy==1.24.0 ome_zarr
CIBW_TEST_REQUIRES: bfio requests numpy ome_zarr
CIBW_TEST_COMMAND: python -W default -m unittest discover -s {project}/tests -v

- name: Upload Artifact
Expand Down

0 comments on commit 92738fb

Please sign in to comment.