-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
48 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
# Check for updates to GitHub Actions every week | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
# standard install requirements | ||
-r ./requirements.txt | ||
|
||
jax[cpu] >= 0.3.2, <= 0.5.0 | ||
scipy >= 1.5.0, < 2.0 | ||
scipy >= 1.10.0, <= 1.14.1 | ||
|
||
# building the docs | ||
sphinx > 3.0.0 | ||
sphinx_copybutton | ||
sphinx-rtd-theme >= 1.0, < 2.0 | ||
sphinx-github-style >= 1.0, <= 1.1 | ||
|
||
sphinx >= 3.0.0, <= 8.1.3 | ||
sphinx_copybutton <= 0.5.2 | ||
sphinx-rtd-theme >= 1.0, < 3.0.3 | ||
sphinx-github-style >= 1.0, <= 1.2.2 | ||
|
||
# linting | ||
black == 22.10.0 | ||
flake8 >= 5.0.0, <=6.0.0 | ||
flake8-docstrings >= 1.0.0, <=2.0.0 | ||
flake8-eradicate >= 1.0.0, <=2.0.0 | ||
flake8-isort >=5.0.0, <= 6.0.0 | ||
pre-commit | ||
black == 24.10.0 | ||
flake8 >= 5.0.0, <= 7.1.1 | ||
flake8-docstrings >= 1.0.0, <= 1.7.0 | ||
flake8-eradicate >= 1.0.0, <= 1.5.0 | ||
flake8-isort >=5.0.0, <= 6.1.1 | ||
pre-commit <= 4.0.1 | ||
|
||
# testing and benchmarking | ||
pytest >= 5.0.0 | ||
pytest-benchmark | ||
pytest-cov >= 2.6.0 | ||
pytest-monitor | ||
pytest >= 5.0.0, <= 8.3.4 | ||
pytest-benchmark <= 5.1.0 | ||
pytest-cov >= 2.6.0, <= 6.0.0 | ||
pytest-monitor <= 1.6.6 | ||
|
||
# building | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
equinox >= 0.11, < 0.12 | ||
jax >= 0.3.2, < 0.5.0 | ||
numpy >= 1.20.0, < 2.2 | ||
equinox >= 0.11.0, <= 0.11.10 | ||
jax >= 0.3.2, <= 0.4.37 | ||
numpy >= 1.20.0, <= 2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters