Skip to content

Commit

Permalink
Merge pull request #240 from vivarium-collective/quantity-import
Browse files Browse the repository at this point in the history
fix Quantity import
  • Loading branch information
eagmon authored May 2, 2024
2 parents 06b3341 + 4b4514c commit 75e9b9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.6.4
* (#240) fix Pint Quantity import error by using more recent version.

## v1.6.3
* (#237) Add tests for MongoDB emitter and fix related bugs
* (#238) apply `global_time_precision` to the `emit_time`
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup


VERSION = '1.6.3'
VERSION = '1.6.4'


if __name__ == '__main__':
Expand Down Expand Up @@ -54,7 +54,7 @@
'matplotlib>=3.5.1',
'networkx>=2.6.3',
'numpy>=1.22.1',
'Pint>=0.18',
'Pint>=0.23',
'pymongo>=4.0.1',
'scipy>=1.7.3',
'pytest>=6.2.5',
Expand Down

0 comments on commit 75e9b9a

Please sign in to comment.