Skip to content

Commit ba0fbae

Browse files
Merge pull request #391 from ICB-DCM/develop
Release 0.10.11
2 parents d158997 + 96cc949 commit ba0fbae

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

doc/releasenotes.rst

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Release Notes
88
...........
99

1010

11+
0.10.11 (2021-01-02)
12+
--------------------
13+
14+
* Require pandas >= 1.2.0 for PEtab.
15+
16+
1117
0.10.10 (2021-01-01)
1218
--------------------
1319

pyabc/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.10"
1+
__version__ = "0.10.11"

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ keywords =
4747
install_requires =
4848
numpy >= 1.19.1
4949
scipy >= 1.5.2
50-
pandas >= 1.0.5, < 1.2.0
50+
pandas >= 1.2.0
5151
cloudpickle >= 1.5.0
5252
flask_bootstrap >= 3.3.7.1
5353
flask >= 1.1.2
@@ -79,8 +79,8 @@ R =
7979
rpy2 >= 3.3.6
8080
cffi >= 1.13.1
8181
petab =
82-
petab >= 0.1.11
83-
amici >= 0.11.10
82+
petab >= 0.1.13
83+
amici >= 0.11.11
8484
docs =
8585
sphinx >= 3.1.0
8686
nbsphinx >= 0.7.0

0 commit comments

Comments
 (0)