Skip to content

Commit

Permalink
update python dependency (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 authored Dec 13, 2022
1 parent 22968ce commit 3fd726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "markovflow"}]
# Note: Poetry will exclude files declared in .gitignore when creating the python package file.

[tool.poetry.dependencies]
python = ">3.7,<3.8"
python = ">=3.7,<3.8"
importlib_metadata = "^1.6" # poetry requires this for python < 3.8
gpflow = "^2.1"
numpy = "^1.18.0"
Expand Down

0 comments on commit 3fd726d

Please sign in to comment.