From ac1176a933956327ffd1f788b6ff20fb1943726e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20P=2E=20Ren=C3=A9=20de=20Cotret?= Date: Tue, 9 Feb 2021 07:21:00 -0500 Subject: [PATCH] Bumped requirements on crystals and npstreams --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2559cfb..0f592a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ numpy >= 1.17, != 1.19.4 scipy >= 1.0.0 h5py >= 2.10.0 PyQt5 -crystals >= 1.2.2, < 2 +crystals >= 1.3.0, < 2 scikit-ued >= 2.1.2, < 3 qdarkstyle >= 2.8, < 3 pyqtgraph >= 0.11 -npstreams >= 1.6.4, < 2 +npstreams >= 1.6.5, < 2 packaging >= 20 \ No newline at end of file