diff options
| author | J08nY | 2023-05-15 11:51:30 +0200 |
|---|---|---|
| committer | J08nY | 2023-05-15 11:51:30 +0200 |
| commit | ac734c46f376924423a55bd3ee34f9abbb184930 (patch) | |
| tree | 40ea6eb0d57d4d001d8dc70566887418c09544f2 /setup.py | |
| parent | 989e83f4a2d797e3c5a70ea11760c60e0ad1a240 (diff) | |
| download | pyecsca-ac734c46f376924423a55bd3ee34f9abbb184930.tar.gz pyecsca-ac734c46f376924423a55bd3ee34f9abbb184930.tar.zst pyecsca-ac734c46f376924423a55bd3ee34f9abbb184930.zip | |
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ setup( # install_package_data=True, python_requires='>=3.8', install_requires=[ - "numpy==1.23.5", + "numpy==1.24.3", "scipy", "sympy>=1.7.1", "atpublic", @@ -41,7 +41,7 @@ setup( "datashader", "xarray", "astunparse", - "numba==0.56.4" + "numba==0.57.0" ], extras_require={ "picoscope_sdk": ["picosdk"], |
