Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Apr 18, 2024
1 parent 8155376 commit e245395
Show file tree
Hide file tree
Showing 4 changed files with 1,162 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DataLogs JupyterLab
# JupyterLab DataLogs

JupyterLab extension for DataLogs.

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@jupyterlab/application": "^4.1.0",
"@jupyterlab/filebrowser": "^4.1.0",
"@jupyterlab/launcher": "^4.1.0",
"@jupyterlab/notebook": "^4.1.0",
"@jupyterlab/ui-components": "^4.1.0"
"@jupyterlab/application": "^4.1.6",
"@jupyterlab/filebrowser": "^4.1.6",
"@jupyterlab/launcher": "^4.1.6",
"@jupyterlab/notebook": "^4.1.6",
"@jupyterlab/ui-components": "^4.1.6"
},
"devDependencies": {
"@jupyterlab/builder": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"@jupyterlab/builder": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling", "hatch-nodejs-version", "jupyterlab>=4.0.10,<5"]
requires = ["hatchling", "hatch-nodejs-version", "jupyterlab>=4.1.6,<5"]
build-backend = "hatchling.build"

[project]
Expand All @@ -25,12 +25,12 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]

[project.optional-dependencies]
all = ["jupyterlab-datalogs[jupyterlab,analysis,plugins]"]
jupyterlab = ["jupyterlab>=4.0.10,<5"]
jupyterlab = ["jupyterlab>=4.1.6,<5"]
analysis = [
"datalogs @ https://painterqubits.github.io/datalogs/latest.tar.gz",
"numpy>=1.26.3,<2",
"xarray>=2023.12.0",
"matplotlib>=3.8.2,<4",
"numpy>=1.26.4,<2",
"xarray>=2024.3.0",
"matplotlib>=3.8.4,<4",
]
plugins = [
"jupyterlab-display-name @ https://painterqubits.github.io/jupyterlab-display-name/latest.tar.gz",
Expand Down Expand Up @@ -67,12 +67,12 @@ npm = ["jlpm"]
[tool.hatch.envs.default]
description = "For running JupyterLab in development"
dependencies = [
"jupyterlab>=4.0.10,<5",
"jupyter-collaboration>=2.0.1,<3",
"datalogs>=0.3.0",
"numpy>=1.26.3,<2",
"xarray>=2023.12.0",
"matplotlib>=3.8.2,<4",
"jupyterlab>=4.1.6,<5",
"jupyter-collaboration>=2.0.11,<3",
"datalogs>=0.4.0",
"numpy>=1.26.4,<2",
"xarray>=2024.3.0",
"matplotlib>=3.8.4,<4",
]

[tool.hatch.envs.default.env-vars]
Expand All @@ -87,4 +87,4 @@ lint = "jlpm lint"
[tool.hatch.envs.ci]
description = "For running jlpm in CI without building and installing this package"
detached = true
dependencies = ["jupyterlab>=4.0.10,<5"]
dependencies = ["jupyterlab>=4.1.6,<5"]
Loading

0 comments on commit e245395

Please sign in to comment.