Skip to content

Commit 3e90757

Browse files
committed
Expanded allowed versions for python packages
1 parent d9207f3 commit 3e90757

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.pytest_cache
33
.ipynb_checkpoints
44
.env
5-
.venv
5+
.venv
6+
.idea

py-packages/engine/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Daven Quinn <[email protected]>"]
33
description = "An API server application for the Corelle plate-rotation system"
44
license = "MIT"
55
name = "corelle.engine"
6-
version = "2.0.0"
6+
version = "2.0.1"
77

88
packages = [{ include = "corelle" }]
99

@@ -21,9 +21,9 @@ numpy-quaternion = "^2022.4.2"
2121
psycopg2-binary = "^2.9.5"
2222
python = "^3.9"
2323
rich = "^12.6.0||^13.0.0"
24-
typer = "^0.7.0||^0.8.0||^0.9.0"
24+
typer = "^0.7.0||^0.8.0||^0.9.0||^0.10.0||^0.11.0||^0.12.0"
2525
wget = "^3.2"
26-
geoalchemy2 = "^0.14.0"
26+
geoalchemy2 = "^0.14.0||^0.15.0"
2727

2828
[tool.poetry.dev-dependencies]
2929

0 commit comments

Comments
 (0)