Skip to content

Commit

Permalink
bump python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanSchott committed Mar 15, 2024
1 parent ac42a02 commit b083f6f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# pip-compile output
requirements.txt

# Generated documentation files
doc/sphinx/generated_doc/*
doc/sphinx/_doc_build/*
Expand Down
2 changes: 1 addition & 1 deletion install_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ python3 -m venv ~/envED
. ~/envED/bin/activate

# Install required python libraries.
pip install --disable-pip-version-check -q -U uv==0.1.6
pip install --disable-pip-version-check -q -U uv==0.1.21
uv pip install -q -r requirements.in
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[pytest]
testpaths = impurityModel


filterwarnings =
error
30 changes: 15 additions & 15 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Needed python packages
bitarray==2.8.0
black==23.7.0
h5py==3.9.0
matplotlib==3.7.2
mpi4py==3.1.4
numpy==1.24.4
numpydoc==1.5.0
pytest==7.4.0
bitarray==2.9.2
black==24.3.0
h5py==3.10.0
matplotlib==3.8.3
mpi4py==3.1.5
numpy==1.26.4
numpydoc==1.6.0
pytest==8.1.1
sympy==1.12
scipy==1.10.1
sphinx==6.2.1
sphinx-rtd-theme==1.2.2
mypy==1.4.1
sphinx-autodoc-typehints==1.23.0
ruff==0.0.282
typeguard==4.1.0
scipy==1.12.0
sphinx==7.2.6
sphinx-rtd-theme==2.0.0
mypy==1.9.0
sphinx-autodoc-typehints==2.0.0
ruff==0.3.3
typeguard==4.1.5

0 comments on commit b083f6f

Please sign in to comment.