Skip to content

Commit

Permalink
Update dependencies and remove patches (#120)
Browse files Browse the repository at this point in the history
* Remove ovos-bus-client patches
Update dependencies

* Update ovos-core version

* Bump ovos-utils version to troubleshoot test failures

* Troubleshooting config init bug

* Try pinning ovos-config version

* Update dependencies to continue troubleshooting

* More config troubleshooting

* Fix typo in dependency spec

* Update ovos-utils to version including config fix
  • Loading branch information
NeonDaniel authored Apr 12, 2023
1 parent 55c2652 commit 77d6f45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions neon_audio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from ovos_bus_client.message import Message
# TODO: Above import patching error introduced with latest OCP
7 changes: 2 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
ovos-core~=0.0.6
mycroft-messagebus-client~=0.10
ovos_utils~=0.0.30
ovos_utils~=0.0.30,>=0.0.31a11
ovos-config~=0.0.7
phoneme-guesser~=0.1
ovos-plugin-manager~=0.0.22
neon-utils[network]~=1.3
neon-utils[network]~=1.3,>=1.3.1a1
click~=8.0
click-default-group~=1.2

ovos-plugin-common-play~=0.0.4,>=0.0.5a5
ovos-ocp-rss-plugin~=0.0.2
ovos-ocp-m3u-plugin~=0.0.1
ovos-ocp-news-plugin~=0.0.3

# TODO: below patching ovos-bus-client refactor bug
ovos-bus-client>=0.0.3a10
3 changes: 0 additions & 3 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from ovos_bus_client.message import Message
# TODO: Above import patching error introduced with latest OCP

0 comments on commit 77d6f45

Please sign in to comment.