Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Regular updates june" #1710

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions extra_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
awkward==2.6.5
awkward==2.6.4
blosc==1.11.1 # strax dependency
bokeh==3.2.2 # panel 1.2.3 depends on bokeh<3.3.0 and >=3.1.1
boltons==24.0.0
commentjson==0.9.0 # straxen dependency
coverage==7.5.3
coveralls==4.0.1
dask==2024.5.2
coverage==6.5.0 # coveralls prevent further update
coveralls==3.3.1
dask==2024.5.0
dask-jobqueue==0.8.5
datashader==0.16.2
datashader==0.16.1
deepdiff==7.0.1
dill==0.3.8 # strax dependency
docutils==0.21.2
docutils==0.18.1
flake8==7.0.0
GitPython==3.1.43 # Pegasus dependency
graphviz==0.20.3
holoviews==1.18.3
hypothesis==6.103.1
hypothesis==6.100.5
immutabledict== 4.2.0
ipywidgets==8.1.3 # For online monitoring
ipywidgets==8.1.2 # For online monitoring
Jinja2==3.1.4
jupyter-client==8.6.2
jupyter-client==8.6.0
keras==2.15.0 # tensorflow 2.15.0 depends on keras2.16 and=2.15.0
lz4==4.3.3 # strax dependency
m2r==0.3.1
matplotlib==3.9.0
m2r==0.2.1
matplotlib==3.8.4
memory-profiler==0.61.0
mistune==0.8.4 # nbconvert 6.5.4 requires mistune<2
mistune==0.8.4
mongomock==4.1.2
multihist==0.6.5
nbmake==1.5.3
Expand All @@ -38,17 +38,17 @@ panel==1.2.3 # upgrading it causes conflic
pdmongo==0.3.4 # strax dependency
psutil==5.9.8 # strax dependency
pymongo==3.13.0 # don't upgrade it
pytest==8.2.2
pytest==8.1.1
pytest-cov==5.0.0
pytest-xdist==3.6.1
pytest-xdist==3.5.0
scikit-learn==1.2.2
scipy==1.13.1
scipy==1.13.0
tensorflow==2.15.0.post1
typing-extensions==4.12.2 # Tensorflow and bokeh dependency
typing-extensions==4.10.0 # Tensorflow and bokeh dependency
tqdm==4.66.4
uproot==5.3.7
uproot==5.3.6
utilix==0.8.5 # dependency for straxen, admix
xarray==2024.3.0 # xarray 2024.6.0 depends on pandas>=2.0
xarray==2024.3.0
xedocs==0.2.28
zarr==2.18.2
zarr==2.18.0
zstd==1.5.5.1 # strax dependency
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alea-inference==0.2.3
appletree[cpu]==0.4.0
appletree[cpu]==0.3.2
astropy==6.0.1
atomicwrites==1.4.1
axidence==0.3.1
Expand All @@ -18,13 +18,13 @@ iminuit==2.25.2
inference-interface==0.0.2
ipykernel==6.29.4 # For ipywidgets
ipympl==0.9.4 # For online monitoring
ipython==8.18.1 # >=8.19.0 Requires-Python >=3.10
ipython==8.18.1
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
jax[cuda12_pip]==0.4.24
jedi==0.19.1
jupyter==1.0.0
jupyterlab==4.0.12 # <4.1.0 for compatibility with xeauth 0.2.3
jupyterlab-widgets==3.0.11
jupyterlab-widgets==3.0.10
jupyter-resource-usage==1.0.2 # Memory viewer for notebooks
lightgbm==4.3.0
line-profiler==4.1.3
Expand All @@ -34,18 +34,18 @@ nbsphinx==0.9.4
nestpy==2.0.2
notebook==7.0.8 # <7.1.0 for compatibility with jupyterlab 4.0.12
numpy==1.26.4
numpyro==0.15.0
numpyro==0.14.0
pandoc==2.3
parso==0.8.4 # upgrading to 0.8.0 breaks autocomplete in ipython
pika==1.3.2 # Pegasus
prettytable==3.10.0
pre-commit==3.7.1
pre-commit==3.7.0
poetry==1.8.3
pyarrow==15.0.2 # Necessary for pandas feather i/o
pydantic==1.10.14 # utilix dependency
pytest-runner==6.0.1
reprox==0.2.2
requests==2.31.0 # rucio-clients 32.8.0 requires requests<=2.31.0
requests==2.31.0
seaborn==0.13.2
simple-slurm==0.2.7
sharedarray==3.2.3
Expand Down
Loading