Skip to content

Commit

Permalink
Client: fix strenum requirement (#11672)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ed1ff6d95b7406a5a532790db4010b87ae644ef6
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Mar 16, 2023
1 parent 4a02d61 commit 3dac5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def do_setup():
# It is not obvious but dynaconf requires pkg_resources from setuptools.
"setuptools>=65.6.3",
"shapely>=1.8.1,<2",
"strenum>=0.4.8;python_version<'3.11'",
"strenum>=0.4.8",
"tifffile==2021.4.8",
"tqdm>=4.32.1",
],
Expand Down

0 comments on commit 3dac5ed

Please sign in to comment.