aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJ08nY2023-07-24 14:52:02 +0200
committerJ08nY2023-07-24 14:52:02 +0200
commitd33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613 (patch)
tree277c3a8606977060090c56c84e029999b4ec3344 /setup.py
parent10353aa91121ca26808072a2dfe928019b1e4961 (diff)
downloadpyecsca-d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613.tar.gz
pyecsca-d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613.tar.zst
pyecsca-d33217bb19ab8a71ab8c3ee8289a4b7ca7ea7613.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1a23727..03ff8f5 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
# install_package_data=True,
python_requires='>=3.8',
install_requires=[
- "numpy==1.24.3",
+ "numpy==1.24.4",
"scipy",
"sympy>=1.7.1",
"atpublic",