You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now while installing "index" package (https://pypi.org/project/ragbits/0.3.0/) there is no way to install extra dependencies that are defined in another package (for example ragbits-core[chroma]), without referencing ragbits subpackage.
The goal of this task is to:
add extra requirements to ragbits package (gather all extras from all subpackages)
create an automated way to determine extras in ragbits package (maybe in scrips/update_ragbits_package.py)
The text was updated successfully, but these errors were encountered:
Right now while installing "index" package (https://pypi.org/project/ragbits/0.3.0/) there is no way to install extra dependencies that are defined in another package (for example ragbits-core[chroma]), without referencing ragbits subpackage.
The goal of this task is to:
ragbits
package (gather all extras from all subpackages)ragbits
package (maybe inscrips/update_ragbits_package.py
)The text was updated successfully, but these errors were encountered: