Skip to content

Commit

Permalink
pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube committed Dec 3, 2023
1 parent c93f554 commit 3560516
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Typing :: Typed"
]
dependencies = [
"matplotlib>=3.5.0,<3.9",
"numpy>=1.20.0,<2",
"pandas>=1.2.0,<3",
"matplotlib>=3.8.0,<3.9",
"numpy>=1.26.2,<2",
"pandas>=2.1.3,<3",
"polars>=0.19.14,<0.19.16",
"pyarrow>=11.0.0,<15",
"pyopenssl>=16.0.0,<24.0.0",
Expand Down Expand Up @@ -132,7 +133,9 @@ doctest_optionflags = "NORMALIZE_WHITESPACE"
filterwarnings = [
"error",
"ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning",
"ignore:FigureCanvasAgg is non-interactive, and thus cannot be shown:UserWarning"
"ignore:FigureCanvasAgg is non-interactive, and thus cannot be shown:UserWarning",
"ignore:pkg_resources is deprecated.*:DeprecationWarning",
"ignore:Deprecated call to `pkg_resources.declare_namespace.*:DeprecationWarning",
]
testpaths = ['tests', 'src']

Expand Down

0 comments on commit 3560516

Please sign in to comment.