Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ubermag/ubermagtable
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed May 21, 2022
2 parents 01d85d8 + f362946 commit 8ac248b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
]

dependencies = [
"ubermagutil~=0.61.0",
"ubermagutil>=0.62.0",
"pandas>=1.1",
"matplotlib>=3.3",
"jupyterlab~=3.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers =
packages = find:
python_requires >= 3.8
install_requires =
ubermagutil~=0.61.0
ubermagutil>=0.62.0
pandas>=1.1
matplotlib>=3.3
jupyterlab~=3.0
Expand Down

0 comments on commit 8ac248b

Please sign in to comment.