Skip to content

Commit

Permalink
Merge branch 'skip_numpy1_23' into frames_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Jun 23, 2022
2 parents c55b1cb + fd741a3 commit 00a4c74
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions spyder/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@
'package_name': "watchdog",
'features': _("Watch file changes on project directories"),
'required_version': WATCHDOG_REQVER},
{'modname': "numpy",
'package_name': "numpy",
'features': _("View and edit two and three dimensional arrays in the Variable Explorer"),
'required_version': NUMPY_REQVER},
]


Expand All @@ -263,11 +267,6 @@
'features': _("2D/3D plotting in the IPython console"),
'required_version': MATPLOTLIB_REQVER,
'kind': OPTIONAL},
{'modname': "numpy",
'package_name': "numpy",
'features': _("View and edit two and three dimensional arrays in the Variable Explorer"),
'required_version': NUMPY_REQVER,
'kind': OPTIONAL},
{'modname': 'pandas',
'package_name': 'pandas',
'features': _("View and edit DataFrames and Series in the Variable Explorer"),
Expand Down

0 comments on commit 00a4c74

Please sign in to comment.