Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 12 additions & 35 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ authors = [
dependencies = [
"glue-core>=1.23.0",
"glue-vispy-viewers[jupyter]>=1.2.1",
"notebook>=4.0",
"notebook>=6.5.1",
"nbclient>=0.7.0",
"ipython_genutils>=0.2",
"ipympl>=0.3.0",
"ipyvolume>=0.6.0",
"ipython_genutils>=0.2",
"ipywidgets>=7.4.0",
"ipywidgets>=7.7.0",
"ipyvue>=1.2.0,<2",
"ipyvuetify>=1.2.0,<2",
"bqplot-image-gl>=1.6.0",
"bqplot-image-gl>=1.7.0",
"bqplot>=0.12.17",
"bqplot-gl",
"scikit-image",
Expand All @@ -49,7 +49,7 @@ docs = [
"sphinx",
"sphinx-automodapi",
"numpydoc",
"nbconvert>=6.4.5",
"nbconvert>=7.0.0",
"nbsphinx",
"sphinx-book-theme",
]
Expand Down Expand Up @@ -96,36 +96,13 @@ version_file = "glue_jupyter/_version.py"

[tool.pytest.ini_options]
filterwarnings = [
"ignore:the imp module is deprecated:DeprecationWarning:glue.config.*:",
"ignore:`np.float` is a deprecated alias:DeprecationWarning:glue.*:",
"ignore:Numpy has detected .* writing to an array:DeprecationWarning:",
"ignore:The keymap.* rcparam was deprecated::glue.config.*:",
"ignore:metadata .* was set from the constructor:DeprecationWarning:bqplot.*:",
"ignore:default_opacities is deprecated:DeprecationWarning:bqplot.*:",
"ignore:Traits should be given as instances:DeprecationWarning:bqplot_image_gl.*:",
"ignore:Traits should be given as instances:DeprecationWarning:ipyvolume.*:",
"ignore:Using or importing the ABCs from 'collections':DeprecationWarning:ipyvolume.*:",
"ignore:Passing unrecogi?nized arguments to super:DeprecationWarning:ipywidgets.*:",
"ignore:the load_module.* method is deprecated and slated for removal in Python 3.12. use exec_module:DeprecationWarning:glue.*:",
"ignore:There is no current event loop:DeprecationWarning:nbclient.*:",
"ignore:defusedxml.cElementTree is deprecated:DeprecationWarning:nbconvert.filters.*:",
"ignore:Keyword `trait:DeprecationWarning:pythreejs.*:",
"ignore::DeprecationWarning:traittypes.*:",
"ignore::FutureWarning:traitlets.*:",
"ignore:Creating an ndarray from ragged nested sequences::numpy.core.*:",
"ignore:Creating an ndarray from ragged nested sequences::numpy.linalg.*:",
"ignore:'contextfilter' is renamed to 'pass_context':DeprecationWarning:",
"ignore:Passing a schema:DeprecationWarning",
"ignore:distutils Version:DeprecationWarning",
"ignore:There is no current event loop:DeprecationWarning",
"ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning",
"ignore:Widget._active_widgets is deprecated:DeprecationWarning",
"ignore:Widget._widget_types is deprecated:DeprecationWarning",
"ignore:Widget.widget_types is deprecated:DeprecationWarning",
"ignore:Widget.widgets is deprecated:DeprecationWarning",
"ignore:`np.bool8` is a deprecated alias for `np.bool_`.:DeprecationWarning:skimage.util.dtype.*:",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning",
"ignore:Deprecated call to `pkg_resources.declare_namespace(.*)`:DeprecationWarning",
"error::DeprecationWarning",
"ignore:`BqplotScatterLayerState` is deprecated and will be removed in a future version.*:DeprecationWarning:glue_jupyter.bqplot.*:",
"ignore:metadata .* was set from the constructor:DeprecationWarning:bqscales.*:",
"ignore:Passing unrecognized arguments to super:DeprecationWarning:traitlets.*:",
"ignore:Passing unrecognized arguments to super:DeprecationWarning:ipywidgets.*:",
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
"ignore:remove second argument of ws_handler:DeprecationWarning",
]

[tool.gilesbot]
Expand Down
Loading