Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
findtopher authored Dec 5, 2023
2 parents d1f1459 + ad22be4 commit c18fd16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/faq/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,15 @@ FiftyOne officially supports the latest versions of MacOS and Windows, as well
as Amazon Linux 2 and 2023, Debian 9+ (x86_64 only), Ubuntu 18.04+, and
RHEL/CentOS 7+.

.. note::

If installing on Ubuntu 22.04+, Debian, or RHEL/CentOS,
``fiftyone-db==0.4.3`` must be requested.

.. code-block:: shell
pip install fiftyone-db==0.4.3 fiftyone
.. _faq-image-types:

What image file types are supported?
Expand Down
2 changes: 0 additions & 2 deletions docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ Core
- Optimized
:meth:`sort_by_similarity() <fiftyone.core.collections.SampleCollection.sort_by_similarity>`
`#3733 <https://github.com/voxel51/fiftyone/pull/3733>`_
- Fixed default ``fiftyone-db`` installs on Ubuntu 22.04, Debian, and RHEL
`#3675 <https://github.com/voxel51/fiftyone/pull/3675>`_

App

Expand Down

0 comments on commit c18fd16

Please sign in to comment.