From 0efe87df860a2f115d89a6b9a80d2e9039833657 Mon Sep 17 00:00:00 2001 From: Marco Heisig Date: Sat, 12 Aug 2023 15:47:59 +0200 Subject: [PATCH] Bump version number and update requirements.txt. --- piscat/__init__.py | 2 +- requirements.txt | 53 +++++++++++++++++++++++----------------------- 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/piscat/__init__.py b/piscat/__init__.py index e673db0..a67d063 100644 --- a/piscat/__init__.py +++ b/piscat/__init__.py @@ -1 +1 @@ -version = "1.1.2" +version = "1.1.3" diff --git a/requirements.txt b/requirements.txt index dae6948..677b978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,30 +1,29 @@ -numpy==1.20 -scipy==1.7.3 -matplotlib==3.5.0 -opencv-python==4.5.4.60 -pandas==1.3.4 +GitPython PyQt6==6.2.3 -PySide6==6.2.3 -pyqtgraph==0.12.4 -PyQtWebEngine==5.15.5 -scikit-learn==1.0.1 -scikit-image==0.18.3 -tqdm==4.62.3 -joblib==1.1.0 -psutil==5.8.0 -ipywidgets==7.6.5 -networkx==2.6.3 -numba==0.54.1 -requests==2.26.0 -wget==3.2 -h5py==3.6.0 +PyQtWebEngine +Pyside6==6.2.3 +astropy +flifile +h5py imageio-ffmpeg==0.4.5 -astropy==5.0 -trackpy==0.5.0 -tifffile==2022.5.4 -pytest==7.2.0 -coverage==6.5.0 -tensorflow==2.10.0 -flifile==1.3.0 -GitPython==3.1.30 +ipywidgets +joblib +matplotlib +networkx +notebook +numba +numpy +opencv-python +pandas<2.0 +psutil +pyqtgraph==0.12 +requests +scikit-image +scikit_learn +scipy>=0.14.0 subprocess.run +tensorflow +tifffile +tqdm +trackpy +wget