Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 30, 2024
1 parent 3dd66b8 commit 3bed881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bed881

Please sign in to comment.