Skip to content

Commit

Permalink
Merge pull request #16 from SomaLogic/master
Browse files Browse the repository at this point in the history
Release of 0.5.1
  • Loading branch information
kyoung73 authored Mar 14, 2024
2 parents c336051 + 6bc294c commit 7e2151a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "canopy"
version = "0.5.0"
version = "0.5.1"
description = "SomaLogic Python Data Input/Output Library"
authors = ["SomaLogic"]
license = "MIT"
Expand All @@ -13,11 +13,12 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
pandas = [
{version = "<=2.0.3", python = ">=3.8, <3.12"},
{version = "<=2.0.3", python = ">=3.8, <3.9"},
{version = ">=1.1.2", python = ">=3.9, <3.12"},
{version = "^2.2", python = ">=3.12"}
]
numpy = [
{version = ">=1.19,<1.21", python = ">=3.8,<3.9"},
{version = ">=1.19,<1.25", python = ">=3.8,<3.9"},
{version = "^1.21", python = ">=3.9"}
]
openpyxl = "^3.0"
Expand Down

0 comments on commit 7e2151a

Please sign in to comment.