-
Notifications
You must be signed in to change notification settings - Fork 33
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
1 parent
ce4863e
commit 39a1599
Showing
3 changed files
with
8 additions
and
56 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
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,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 |