Skip to content

Commit

Permalink
numpy requirements were too constrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonrj committed Jul 24, 2023
1 parent 61f4c14 commit de195c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "cytotransform"
version = "0.2.11"
version = "0.2.12"
description = "Rapid transformations for cytometry data"
authors = ["Ross Burton <burtonrossj@gmail.com>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
numpy = "^1.24.2"
numpy = ">=1.17.0"
joblib = "^1.2.0"
scipy = "^1.10.1"
matplotlib = "^3.7.1"
Expand Down

0 comments on commit de195c3

Please sign in to comment.