Skip to content

Commit

Permalink
Rearrange dependencies to include more as 'core'
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 7, 2024
1 parent 9e2ad38 commit fcc2953
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
12 changes: 6 additions & 6 deletions pydatalab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ classifiers = [
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/[email protected]",
"periodictable ~= 1.7",
"pydantic[email, dotenv] < 2.0",
"pint ~= 0.24",
"pandas[excel] ~= 2.2",
]

[project.urls]
Expand Down Expand Up @@ -55,9 +61,7 @@ dev = [
]

server = [
"pydantic[email, dotenv] < 2.0",
"pymongo ~= 4.7",
"bokeh ~= 2.4, < 3.0",
"Flask ~= 3.0",
"Flask-Login ~= 0.6",
"Flask-Cors ~= 5.0",
Expand All @@ -66,11 +70,7 @@ server = [
"Flask-Mail ~= 0.10",
"Flask-Compress ~= 1.15",
"Werkzeug ~= 3.0",
"pandas[excel] ~= 2.2",
"matplotlib ~= 3.8",
"python-dotenv ~= 1.0",
"pint ~= 0.24",
"periodictable ~= 1.7",
"pillow ~= 10.4",
"pyjwt ~= 2.9",
"invoke ~= 2.2",
Expand Down
32 changes: 13 additions & 19 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 fcc2953

Please sign in to comment.