Skip to content

Commit

Permalink
Merge pull request #65 from 0Hughman0/updating-ipywidgets
Browse files Browse the repository at this point in the history
bumped ipywidgets dependency
  • Loading branch information
0Hughman0 committed Aug 29, 2023
2 parents 2a2cc72 + 970c07c commit 030c4aa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 67 deletions.
91 changes: 26 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cassini"
version = "0.2.0"
version = "0.2.1"
description = "A tool to structure experimental work, data and analysis using Jupyter Lab."
authors = ["0Hughman0 <rammers2@hotmail.co.uk>"]
license = "GPL-3.0-only"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8.1"
pandas = "^1.0"
ipywidgets = "^7.5"
ipywidgets = "^8.0"
jupyterlab = "^4.0.0"
typing-extensions = "^4.7.1"
jupyter_cassini_server = "^0.2.0"
Expand Down

0 comments on commit 030c4aa

Please sign in to comment.