Skip to content

Commit

Permalink
Merge pull request #98 from ipums/numpy-fix
Browse files Browse the repository at this point in the history
Numpy fix
  • Loading branch information
renae-r authored Jul 1, 2024
2 parents 9a88de9 + 1464747 commit bbaf209
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/source/change-log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ This project adheres to `Semantic Versioning`_.
.. _Semantic Versioning: http://semver.org/


0.5.1
-----
2024-07-01

* Bug Fixes

* Pinned a minimum required version for ``numpy`` to avoid v2.0.0 incompatability with earlier versions of ``pandas`` when installing with pip.

0.5.0
-----
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ipumspy"
version = "0.5.0"
version = "0.5.1"
description = "A collection of tools for working with IPUMS data"
authors = ["Kevin H. Wilson <[email protected]>",
"Renae Rodgers <[email protected]>"]
Expand All @@ -12,6 +12,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.5.2"
numpy = "^1.24.4"
click = "^8.0.0"
pyarrow = "^14.0.2"
requests = {extras = ["use_chardet_on_py3"], version = "^2.26.0"}
Expand Down

0 comments on commit bbaf209

Please sign in to comment.