From 3bed881b6f09f515b8262ddb5e096e8e9aa5ab92 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Sat, 30 Mar 2024 12:52:36 -0400 Subject: [PATCH] chore: bump dependencies --- README.md | 1 - pyproject.toml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62fe653..737b17b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ It is built on top of the [Gosling] JSON specification, providing a simplified interface for authoring interactive genomic visualizations. - ## Installation > The **gos** API is under active development. Feedback is appreciated and welcomed. diff --git a/pyproject.toml b/pyproject.toml index 7550c1e..ac17b00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,14 +26,14 @@ urls = { homepage = "https://github.com/gosling-lang/gos" } dependencies = [ "jsonschema>=3.0", "jinja2", - "pandas>=1.0,<2.0", + "pandas", ] [project.optional-dependencies] all = [ - "servir>=0.0.3", + "servir>=0.2.1", "gosling-widget>=0.0.2", - "clodius>=0.20.0", + "clodius>=0.20.1", ] dev = [ "pytest>=6.0",