Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
no dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Apr 1, 2022
1 parent f917fb5 commit 73de6a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -20,4 +20,4 @@ updates:
interval: "monthly"
open-pull-requests-limit: 10
assignees:
- jorana
- JoranAngevaare
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
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
pip install git+https://github.com/XENONnT/ax_env
# Secrets and required files
- name: patch utilix file
# Patch this file if we want to have access to the database
Expand Down
43 changes: 1 addition & 42 deletions extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,2 @@
# 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

0 comments on commit 73de6a1

Please sign in to comment.