This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pinned tests are nice for reproducibility * Update pytest.yml * Update setup.py * test running with latest strax(en) * Update test_contexts.py * Update test_contexts.py * bloody work * less cmt in test * change config outside Co-authored-by: Tianyu Zhu <tz2263@columbia.edu>
- Loading branch information
1 parent
c8972e9
commit fc85b95
Showing
3 changed files
with
56 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
# Test compatibility with these most often: | ||
strax==0.16.1 | ||
straxen==0.19.3 | ||
# File for the requirements of straxen with the automated tests | ||
blosc==1.10.4 # Strax dependency | ||
boltons==21.0.0 | ||
datashader==0.13.0 | ||
dask==2021.8.1 | ||
dill==0.3.4 # Strax dependency | ||
coveralls==3.2.0 | ||
commentjson==0.9.0 | ||
coverage==5.5 | ||
flake8==3.9.2 | ||
holoviews==1.14.5 | ||
ipywidgets==7.6.3 | ||
hypothesis==6.17.0 | ||
jupyter-client==7.0.1 # for ipywidgets | ||
matplotlib==3.4.3 | ||
multihist==0.6.4 | ||
npshmex==0.2.1 # Strax dependency | ||
numba==0.53.1 # Strax dependency | ||
numpy==1.19.5 | ||
pandas==1.3.2 # Strax dependency | ||
psutil==5.8.0 # Strax dependency | ||
pytest==6.2.4 | ||
pytest-cov==2.12.1 | ||
scikit-learn==0.24.2 | ||
scipy==1.7.1 # Strax dependency | ||
tensorflow==2.5.1 | ||
tqdm==4.62.2 | ||
xarray==0.19.0 | ||
utilix==0.6.1 | ||
zstd==1.5.0.2 # Strax dependency | ||
uproot==4.0.11 | ||
# Test compatibility with these most often: | ||
strax==1.0.0rc | ||
straxen==1.0.0rc | ||
|
||
# File for the requirements of straxen with the automated tests | ||
blosc==1.10.4 # Strax dependency | ||
boltons==21.0.0 | ||
datashader==0.13.0 | ||
dask==2021.8.1 | ||
dill==0.3.4 # Strax dependency | ||
coveralls==3.2.0 | ||
commentjson==0.9.0 | ||
coverage==5.5 | ||
flake8==3.9.2 | ||
holoviews==1.14.5 | ||
ipywidgets==7.6.3 | ||
hypothesis==6.17.0 | ||
jupyter-client==7.0.1 # for ipywidgets | ||
matplotlib==3.4.3 | ||
multihist==0.6.4 | ||
npshmex==0.2.1 # Strax dependency | ||
numba==0.53.1 # Strax dependency | ||
numpy==1.19.5 | ||
pandas==1.3.2 # Strax dependency | ||
psutil==5.8.0 # Strax dependency | ||
pytest==6.2.4 | ||
pytest-cov==2.12.1 | ||
scikit-learn==0.24.2 | ||
scipy==1.7.1 # Strax dependency | ||
tensorflow==2.5.1 | ||
tqdm==4.62.2 | ||
xarray==0.19.0 | ||
utilix==0.6.1 | ||
zstd==1.5.0.2 # Strax dependency | ||
uproot==4.0.11 |
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