Skip to content

Commit

Permalink
Fix dependency specs (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Oct 26, 2024
1 parent 839b55a commit 35ea250
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**v6.0.1 (unreleased):**

* Updated dependency specifications to support any new minor version within the matching major version

**v6.0.0:**

* Switched to [poetry](https://python-poetry.org/) for packaging
Expand Down
21 changes: 11 additions & 10 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gmail_oauth2 = "otter.plugins.builtin.gmail_notifications.bin.gmail_oauth2:main"
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.1.7"
dill = "^0.3.8"
dill = ">=0.3.0"
fica = ">=0.4.1"
google-api-python-client = { version = "*", optional = true }
google-auth-oauthlib = { version = "*", optional = true }
Expand All @@ -46,7 +46,7 @@ nbconvert = { version = ">=6.0.0", extras = ["webpdf"], markers = "sys_platform
nbformat = ">=5.0.0"
pandas = ">=2.0.0"
pypdf = { version = "*", optional = true }
python-on-whales = "^0.72.0"
python-on-whales = ">=0.72.0,<1.0.0"
pyyaml = "^6.0.2"
requests = "^2.32.3"
rpy2 = { version = "^3.5.16", optional = true }
Expand All @@ -73,7 +73,7 @@ coverage = "^7.2.0"
matplotlib = "*"
pytest = "^8.2.2"
pytest-html = "*"
responses = "^0.25.3"
responses = ">=0.25.3"
tqdm = "*"

[tool.poetry.group.docs]
Expand Down

0 comments on commit 35ea250

Please sign in to comment.