Skip to content

Commit

Permalink
Update navani to 0.1.7 and move it to apps extra now uv supports it
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 7, 2024
1 parent fcc2953 commit 1fa4e6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions pydatalab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ requires-python = ">= 3.10, < 3.12"
dependencies = [
"bokeh ~= 2.4, < 3.0",
"matplotlib ~= 3.8",
# Slightly confusing, but git dependencies cannot be included as extra by uv at the moment
"navani @ git+https://github.com/the-grey-group/navani.git@v0.1.5",
"periodictable ~= 1.7",
"pydantic[email, dotenv] < 2.0",
"pint ~= 0.24",
Expand Down Expand Up @@ -83,6 +81,7 @@ apps = [
# NMR
"nmrglue ~= 0.10",
# Electrochemistry
"navani @ git+https://github.com/the-grey-group/navani.git@v0.1.7",
"galvani ~= 0.4, < 0.5",
"NewareNDA >= 2024",
# Raman
Expand Down
2 changes: 1 addition & 1 deletion pydatalab/requirements/requirements-all-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ multidict==6.1.0
# yarl
natsort==8.4.0
# via mkdocs-awesome-pages-plugin
navani @ git+https://github.com/the-grey-group/navani.git@32aa742c3b84aa63fb4e3bd7b1824acb89e2b61d
navani @ git+https://github.com/the-grey-group/navani.git@d171781b483f0a17a0ada7a043c8f1e243499245
# via datalab-server (pyproject.toml)
newarenda==2024.10.1
# via
Expand Down
2 changes: 1 addition & 1 deletion pydatalab/requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ multidict==6.1.0
# via
# aiohttp
# yarl
navani @ git+https://github.com/the-grey-group/navani.git@32aa742c3b84aa63fb4e3bd7b1824acb89e2b61d
navani @ git+https://github.com/the-grey-group/navani.git@d171781b483f0a17a0ada7a043c8f1e243499245
# via datalab-server (pyproject.toml)
newarenda==2024.10.1
# via
Expand Down
9 changes: 5 additions & 4 deletions pydatalab/uv.lock

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

0 comments on commit 1fa4e6b

Please sign in to comment.