From 2093bb55a4af2628ee20998aeea837c29ab8e59a Mon Sep 17 00:00:00 2001 From: "Joran R. Angevaare" Date: Tue, 5 Apr 2022 17:22:42 +0200 Subject: [PATCH] no dependabot in WFSim (#358) * no dependabot * Update pytest.yml * Update requirements-tests.txt * Update pytest.yml --- .github/dependabot.yml | 4 +-- .github/workflows/pytest.yml | 4 +-- extra_requirements/requirements-tests.txt | 44 ++--------------------- 3 files changed, 5 insertions(+), 47 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4b7eef1..f040eaf6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: # Check for updates to GitHub Actions every weekday interval: "monthly" assignees: - - jorana + - JoranAngevaare # Maintain the requirements requirements folder - package-ecosystem: "pip" directory: "/extra_requirements" @@ -20,4 +20,4 @@ updates: interval: "monthly" open-pull-requests-limit: 10 assignees: - - jorana + - JoranAngevaare diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4c1cb620..01547753 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -51,9 +51,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: Install requirements for tests and latest strax - run: | - pip install git+https://github.com/NESTCollaboration/nestpy.git@v1.5.0 - pip install -r extra_requirements/requirements-tests.txt + run: pip install -r extra_requirements/requirements-tests.txt # Secrets and required files - name: patch utilix file # Patch this file if we want to have access to the database diff --git a/extra_requirements/requirements-tests.txt b/extra_requirements/requirements-tests.txt index c08045e3..a628432d 100644 --- a/extra_requirements/requirements-tests.txt +++ b/extra_requirements/requirements-tests.txt @@ -1,43 +1,3 @@ -# Test compatibility with these most often: strax==1.2.0 -straxen==1.5.0 - -# File for the requirements of straxen with the automated tests -awkward==1.8.0 -blosc==1.10.6 # Strax dependency -boltons==21.0.0 -datashader==0.13.0 -dask==2022.2.1 -dill==0.3.4 # Strax dependency -coveralls==3.3.1 -commentjson==0.9.0 -coverage==6.3.2 -epix==0.2.2 -flake8==4.0.1 -holoviews==1.14.5 -ipywidgets==7.7.0 -hypothesis==6.39.0 -jinja2==3.0.3 # Holoviews dependency -jupyter-client==7.1.2 # for ipywidgets -keras==2.8.0 # Tensorflow dependency -matplotlib==3.5.1 -multihist==0.6.5 -nestpy==1.5.0; python_version<="3.9" -# git+https://github.com/NESTCollaboration/nestpy.git; python_version=="3.10" -npshmex==0.2.1 # Strax dependency -numba==0.55.1 # Strax dependency -numpy==1.21.5 -nestpy==1.5.0 -pandas==1.4.1 # Strax dependency -psutil==5.9.0 # Strax dependency -pytest==7.1.1 -pytest-cov==3.0.0 -pymongo==3.12.0 # Strax dependency -scikit-learn==1.0.2 -scipy==1.8.0 # Strax dependency -tensorflow==2.8.0 -tqdm==4.63.1 -xarray==2022.3.0 -utilix==0.6.6 -zstd==1.5.0.4 # Strax dependency -uproot==4.2.2 +straxen==1.6.0 +git+https://github.com/XENONnT/ax_env