diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1016bcc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# The documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + # Workflow files stored in the + # default location of `.github/workflows` + directory: "/" + schedule: + interval: "weekly" diff --git a/requirements.txt b/requirements.txt index 60f4739..27f63fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ msgpack==1.0.5 numpy optuna packaging==23.1 -pandas +pandas==2.2.0 Pillow==11.0.0 pkgutil_resolve_name==1.3.10 pluggy==1.5.0 diff --git a/setup.py b/setup.py index f71fb0a..cc43043 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "pandas", "setuptools", "scikit-learn", - "torch<=2.5.2", + "torch<=2.5.1", "matplotlib", "optuna", ],