Skip to content

Commit

Permalink
Merge branch 'main' into bq-test-problems
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWenger authored Oct 18, 2023
2 parents a4675ea + 6d6c821 commit 6df2ac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
2 changes: 1 addition & 1 deletion linting-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependencies for code linting

pylint~=2.17.5
pylint~=2.17.7
# mypy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# `pyproject.toml`, once optional dependencies defined there can reference one another
extras_require = dict()
extras_require["jax"] = [
"jax[cpu]<0.4.15; platform_system!='Windows'",
"jax[cpu]<0.4.19; platform_system!='Windows'",
]
extras_require["zoo"] = [
"tqdm>=4.0",
Expand Down

0 comments on commit 6df2ac2

Please sign in to comment.