Skip to content

Commit c7993af

Browse files
pin vivarium<4.0.0 (#541)
1 parent 28e9974 commit c7993af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**4.3.8 - 09/10/25**
2+
3+
- Pin vivarium<4.0.0
4+
15
**4.3.7 - 09/10/25**
26

37
- Bugfix: raise an error if simulation start year is earlier than population data.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
install_requirements = [
4545
"vivarium_dependencies[pandas,numpy_lt_2,scipy,tables,loguru,pyarrow]",
4646
"vivarium_build_utils>=2.0.1,<3.0.0",
47-
"vivarium>=3.4.3",
47+
"vivarium>=3.4.3,<4.0.0",
4848
"layered_config_tree",
4949
"risk_distributions>=2.0.11",
5050
]

0 commit comments

Comments
 (0)