Skip to content

Commit

Permalink
dependabot remote (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare authored Apr 4, 2022
1 parent ce4863e commit 39a1599
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 56 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ updates:
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "weekly"
interval: "monthly"
assignees:
- jorana
- JoranAngevaare
# Maintain the requirements requirements folder
- package-ecosystem: "pip"
directory: "/extra_requirements"
schedule:
# Check for updates to requirements every week
interval: "monthly"
interval: "daily"
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: "development"
open-pull-requests-limit: 50
target-branch: "master"
assignees:
- jorana
- JoranAngevaare
10 changes: 1 addition & 9 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,9 @@ jobs:
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'extra_requirements/requirements-tests.txt'

- name: Install requirements
run: |
pip install -r extra_requirements/requirements-tests.txt
- name: Install strax
run: |
git clone https://github.com/AxFoundation/strax ../strax
pip install -e ../strax
run: pip install -r extra_requirements/requirements-tests.txt

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.7.0
Expand Down
43 changes: 2 additions & 41 deletions extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,3 @@
# File for the requirements of straxen with the automated tests
blosc==1.10.6 # Strax dependency
bokeh==2.4.2
boltons==21.0.0
commentjson==0.9.0
coverage==6.3.2
coveralls==3.3.1
dask==2022.3.0
datashader==0.13.0
dill==0.3.4 # Strax dependency
flake8==4.0.1
gitpython==3.1.26
holoviews==1.14.8
hypothesis==6.40.1
ipywidgets==7.7.0
jupyter-client==7.2.1 # for ipywidgets
Jinja2==3.0.3 # Holoviews dependency
keras==2.8.0 # Tensorflow dependency
matplotlib==3.5.1
multihist==0.6.5
nestpy==1.5.0; python_version<="3.9" # WFSim dependency
git+https://github.com/NESTCollaboration/nestpy.git; python_version=="3.10" # WFSim dependency
npshmex==0.2.1 # Strax dependency
numba==0.55.1
numexpr==2.8.1
numpy==1.21.5
packaging==21.3
pandas==1.4.1
panel==0.12.7 # Bokeh dependency
psutil==5.9.0 # Strax dependency
pymongo==3.12.0 # Strax dependency
pytest==7.1.1
pytest-cov==3.0.0
scikit-learn==1.0.2
scipy==1.8.0 # Strax dependency
tensorflow==2.8.0
tqdm==4.63.1
typing_extensions==4.1.1 # Tensorflow/bokeh dependency
utilix==0.6.7
wfsim==0.5.13 # nestpy doesn't work in py3.10
xarray==2022.3.0
zstd==1.5.1.0 # Strax dependency
git+https://github.com/AxFoundation/strax
git+https://github.com/XENONnT/ax_env

0 comments on commit 39a1599

Please sign in to comment.