Skip to content

Commit

Permalink
install: allow pyspng-seunglab 1.1.0 to be installed (py311)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed May 17, 2023
1 parent c4abce9 commit a19c673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudvolume/datasource/precomputed/skeleton/unsharded.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def upload_raw(self, segid, vertices, edges, radii=None, vertex_types=None):
vertex_types, segid=segid
)
return self.upload(skel)

@readonlyguard
def upload(self, skeletons):

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python-jsonschema-objects>=0.3.3
pathos
Pillow>=4.2.1
protobuf>=3.3.0
pyspng-seunglab~=1.0.0
pyspng-seunglab>=1.0.0
python-dateutil
requests>=2.22.0
pysimdjson>=3.1.1
Expand Down

0 comments on commit a19c673

Please sign in to comment.