Skip to content

Commit

Permalink
Test fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
king-millez committed Jun 17, 2022
1 parent 31935f7 commit 6a1d369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest
tifffile==2021.7.2
numpy
pyproj
zarr
zarr==2.10.*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tifffile==2021.7.2",
"numpy",
"pyproj",
"zarr",
"zarr==2.10.*",
],
license_files=("LICENSE",),
# cmdclass={"egg_info": egg_info_ex},
Expand Down

0 comments on commit 6a1d369

Please sign in to comment.