Skip to content

Commit

Permalink
Merge branch 'pr' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbuddy committed Mar 30, 2024
2 parents d398af0 + 1ec2245 commit 5b873b6
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
Expand Up @@ -45,8 +45,8 @@ bokeh = "^2"
dask = {version = ">=2022.3.0", extras = ["array", "dataframe", "delayed"]}
nltk = "^3.6.7"
numpy = [
{version = ">=1.21", python = "<3.12"},
{version = ">=1.26", python = ">=3.12"}
{version = "^1.24", python = "<3.9"},
{version = "^1.26", python = ">=3.9"}
]
pandas = "^1.1"
pydot = "^1.4.2"
Expand Down

0 comments on commit 5b873b6

Please sign in to comment.