We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17670e4 + fded63c commit d75b588Copy full SHA for d75b588
2 files changed
pyproject.toml
@@ -22,10 +22,10 @@ classifiers = [
22
"Operating System :: OS Independent"
23
]
24
dependencies = [
25
- "alive_progress<=3.3.0",
26
- "ipython<=9.6.0",
27
- "mako<=1.3.10",
28
- "porespy<=2.4.3"
+ "alive_progress",
+ "ipython",
+ "mako",
+ "porespy"
29
30
requires-python = ">=3.12"
31
src/pymm/__init__.py
@@ -2,4 +2,4 @@
2
Code version.
3
"""
4
5
-__version__ = "2025.10"
+__version__ = "2026.04-pre"
0 commit comments