We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d9039 commit bdba84aCopy full SHA for bdba84a
pyproject.toml
@@ -37,8 +37,8 @@ dependencies = [
37
"lmfit>=1.2.2,<2",
38
"pandas<2.2.4; python_version < '3.9'",
39
"pandas>=2.2.2,<3 ; python_version >= '3.9'",
40
- "numpy<1.26.5; python_version < '3.9'",
41
- "numpy>=1.26.4,<2 ; python_version >= '3.9'",
+ "numpy<2.2.3; python_version < '3.9'",
+ "numpy>=2.2.2,<3; python_version >= '3.9'",
42
"emcee>=3.1.2,<4",
43
"tabulate>=0.9.0,<0.10",
44
"PyYAML~=6.0",
0 commit comments