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 b2d6ffa + 454f66e commit f9bbce6Copy full SHA for f9bbce6
changelog_entry.yaml
@@ -0,0 +1,6 @@
1
+- bump: patch
2
+ changes:
3
+ changed:
4
+ - update the psutil requirement to version 6
5
+ - update the furo requirment to <2025
6
+ - update the markupsafe requirement to <3
setup.py
@@ -15,7 +15,7 @@
15
"sortedcontainers<3",
16
"numexpr<3",
17
"dpath<3",
18
- "psutil<6",
+ "psutil>=6,<7",
19
"wheel<1",
20
"h5py>=3,<4",
21
"requests>=2,<3",
@@ -32,8 +32,8 @@
32
"jupyter-book<1",
33
"yaml-changelog<1",
34
"coverage",
35
- "furo<2023",
36
- "markupsafe==2.0.1",
+ "furo<2025",
+ "markupsafe<3",
37
38
"furo",
39
"mypy<2",
0 commit comments