Skip to content

Commit

Permalink
Relax version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
swapneelap committed May 20, 2022
1 parent 5625b90 commit f362946
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 f362946

Please sign in to comment.