Skip to content

Commit

Permalink
fix: allow major version changes in CalVer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrymanoim authored and cpcloud committed Jan 13, 2022
1 parent 275d507 commit 9c3fbe5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ multipledispatch = ">=0.6,<0.7"
numpy = { version = ">=1,<2" }
pandas = ">=1.2.5,<2"
parsy = ">=1.3.0,<2"
regex = "^2021.7.6"
regex = ">=2021.7.6"
toolz = ">=0.11,<0.12"
clickhouse-driver = { version = ">=0.1,<0.3", optional = true }
clickhouse-sqlalchemy = { version = ">=0.1.4,<0.2", optional = true }
dask = { version = "^2021.10.0", optional = true, extras = [
dask = { version = ">=2021.10.0", optional = true, extras = [
"array",
"dataframe"
] }
Expand Down
6 changes: 3 additions & 3 deletions setup.py

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

0 comments on commit 9c3fbe5

Please sign in to comment.