Skip to content

Commit

Permalink
Revise dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Jul 2, 2024
1 parent 812a555 commit bd0a054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# Why pin?: https://github.com/nansencenter/DAPPER/issues/41#issuecomment-1381616971
INSTALL_REQUIRES = [
"scipy>=1.10",
"numpy~=1.20",
"jupyter",
"ipdb",
"ipython>=5.1",
# 'jedi<0.18', # ipython/issues/12740
"tornado~=6.3.2", # 6.2 breaks Jupyter plots (tested on local Mac, Linux)
"tornado~=6.3", # 6.2 breaks Jupyter plots (tested on local Mac, Linux)
"matplotlib~=3.7",
"mpl-tools==0.2.50",
"tqdm~=4.31",
Expand All @@ -40,7 +40,7 @@

EXTRAS = {
"Qt": ["PyQt5", "qtpy"],
"debug": ["line_profiler", "pre-commit", "pdbpp>=0.10.3"],
"debug": ["line_profiler", "pre-commit"],
"test": [
"tox",
"coverage>=5.1",
Expand Down

0 comments on commit bd0a054

Please sign in to comment.