Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Jun 20, 2022
1 parent 623362a commit 5d6b60a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/desktop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import shutil


VERSION = "0.21.2"
VERSION = "0.22.0"


def get_version():
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_version():
# internal packages
"fiftyone-brain>=0.8,<0.9",
"fiftyone-db>=0.3,<0.4",
"voxel51-eta>=0.7.0,<0.8",
"voxel51-eta>=0.7.1,<0.8",
]


Expand Down Expand Up @@ -105,7 +105,7 @@ def get_install_requirements(install_requires, choose_install_requires):
return install_requires


EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.21.2,<0.22"]}
EXTRAS_REQUIREMENTS = {"desktop": ["fiftyone-desktop>=0.22.0,<0.23"]}


with open("README.md", "r") as fh:
Expand Down

0 comments on commit 5d6b60a

Please sign in to comment.