Skip to content

Commit

Permalink
Fix datalogger dependency issue in dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 30, 2023
1 parent cca6a21 commit 45ed2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
dependencies = [
"jupyterlab>=4.0.7,<5",
"jupyter-collaboration>=1.2.0,<2",
"datalogger>=0.3.0",
"datalogger>=0.2.0",
"numpy>=1.26.1,<2",
"xarray>=2023.10.1",
"matplotlib>=3.8.0,<4",
Expand Down

0 comments on commit 45ed2d3

Please sign in to comment.