Skip to content

Commit

Permalink
bump desktop app requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Jan 8, 2021
1 parent 8b10f76 commit a6fcd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version():
return VERSION


EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.7.0,<0.8"]}
EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.8.0,<0.9"]}


with open("README.md", "r") as fh:
Expand Down Expand Up @@ -87,7 +87,7 @@ def get_version():
"xmltodict",
"universal-analytics-python3>=1.0.1,<2",
# internal packages
"voxel51-eta>=0.2.1,<0.3",
"voxel51-eta>=0.3,<0.4",
# ETA dependency - restricted to a maximum version known to provide
# wheels here because it tends to publish sdists several hours before
# wheels. When users install FiftyOne in this window, they will need to
Expand Down

0 comments on commit a6fcd71

Please sign in to comment.