We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ef008 + 2048760 commit 2f069ebCopy full SHA for 2f069eb
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
]
22
requires-python = ">=3.9.0"
23
dependencies = [
24
- "matplotlib==3.9.0",
+ "matplotlib==3.9.1",
25
26
27
[project.urls]
requirements.txt
@@ -1,3 +1,3 @@
1
-matplotlib==3.9.0
+matplotlib==3.9.1
2
tqdm==4.67.1
3
scipy==1.15.2
requirements_test.txt
@@ -1,11 +1,11 @@
black==24.4.2
-coverage==7.5.4
-pylint==3.2.3
+coverage==7.6.0
+pylint==3.2.5
4
pytest==8.2.2
5
pytest-cov==5.0.0
6
pytest-sugar==1.0.0
7
pytest-timeout==2.3.1
8
-ruff==0.4.10
9
-tox==4.15.1
+ruff==0.5.2
+tox==4.16.0
10
restructuredtext-lint==1.4.0
11
pygments==2.18.0
0 commit comments