Skip to content

Commit

Permalink
Merge pull request #9 from OxIonics/mb/downgrade_numpy
Browse files Browse the repository at this point in the history
Allow older version of numpy consistent with OxIonics/oxart#15
  • Loading branch information
mbirtwell committed Feb 9, 2022
2 parents 40831c5 + 1ff471d commit 3eb42c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = true

[tool.poetry.dependencies]
python = "~3.8"
numpy = "^1.22.0"
numpy = "^1.21.0"
scipy = "^1.7.3"
sipyco = "^1.2.42"
pyqt5 = "^5.15.6"
Expand Down

0 comments on commit 3eb42c0

Please sign in to comment.