From 4de6608184594331d2860afa8f1f3626486ddce8 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 8 Feb 2023 20:53:42 +0100 Subject: Fix docstyle and some DeepSource warnings. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eddc9fc..fbd423c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( # install_package_data=True, python_requires='>=3.8', install_requires=[ - "numpy", + "numpy==1.23.5", "scipy", "sympy>=1.7.1", "atpublic", @@ -40,7 +40,8 @@ setup( "matplotlib", "datashader", "xarray", - "astunparse" + "astunparse", + "numba==0.56.4" ], extras_require={ "picoscope_sdk": ["picosdk"], -- cgit v1.2.3-70-g09d2