python: labelbox: 2.1 -> 2.3
This commit is contained in:
parent
3b3a61bf2f
commit
f035c4d8e9
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "labelbox";
|
||||
version = "2.1";
|
||||
version = "2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f97f01bf030b115d8b7f7b12a10ec5efe54750ad66b6b3567550b517a543ad11";
|
||||
sha256 = "6b515dc29329e8a3adac9d6b4fef84d80c513743be57ae66b54bcb30060172c6";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ jinja2 requests pillow rasterio shapely ];
|
||||
|
|
Loading…
Reference in a new issue