We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5c9e4 commit 97081f7Copy full SHA for 97081f7
CHANGELOG.md
@@ -3,6 +3,11 @@
3
4
## 0.8 series
5
6
+### 0.8.1
7
+
8
+The only change in this release is requiring pandas<3 until we support
9
+the new pandas 3 API.
10
11
### 0.8.0
12
13
**Fixes**
pyproject.toml
@@ -12,7 +12,7 @@ description = "Parameter estimation tabular data"
requires-python = ">=3.11"
dependencies = [
14
"numpy>=1.15.1",
15
- "pandas>=1.2.0",
+ "pandas>=1.2.0,<3",
16
"python-libsbml>=5.17.0",
17
"sympy",
18
"colorama",
0 commit comments