Skip to content

Commit 4f1232a

Browse files
authored
pip vivarium for the hotfix (#174)
* pip vivarium for the hotfix * update changelog and version
1 parent 5beeaf4 commit 4f1232a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**0.6.5 - 05/09/23**
2+
- Hotfix to pin vivarium dependency
3+
14
**0.6.4 - 04/25/23**
25
- Updated documentation
36

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
install_requirements = [
3434
"pandas",
3535
"pyyaml>=5.1",
36-
"vivarium",
36+
"vivarium<1.1.0",
3737
"pyarrow",
3838
"tqdm",
3939
]

src/pseudopeople/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__summary__ = "pseudopeople is package which adds noise to simulated census-scale data using standard scientific Python tools."
1414
__uri__ = "https://github.com/ihmeuw/pseudopeople"
1515

16-
__version__ = "0.6.4"
16+
__version__ = "0.6.5"
1717

1818
__author__ = "The pseudopeople developers"
1919
__email__ = "vivarium.dev@gmail.com"

0 commit comments

Comments
 (0)