Skip to content

Commit

Permalink
Relaxed numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim0x60 committed Mar 8, 2024
1 parent 15ce8c1 commit 2007d16
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,6 +1,6 @@
[tool.poetry]
name = "programlib"
version = "10.0.0"
version = "10.0.1"
description = "Programs as Objects"
authors = ["Vadim Liventsev <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
pexpect = "^4.8.0"
numpy = "^1.24.2"
numpy = "^1.22.4"
pyte = "^0.8.0"
contextlib-chdir = {version = "^1.0.2", python = "<3.11"}

Expand Down

0 comments on commit 2007d16

Please sign in to comment.