diff --git a/poetry.lock b/poetry.lock index 6d034af..668b4f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1617,8 +1617,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" diff --git a/pyproject.toml b/pyproject.toml index 8fb4479..c440c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fcsparser" -version = "0.2.7" +version = "0.2.8" description = "A python package for reading raw fcs files" authors = ["Eugene Yurtsev "] license = "MIT"