We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc22ec2 commit e61b64eCopy full SHA for e61b64e
requirements_test.txt
@@ -1,9 +1,10 @@
1
pandas==1.4.2
2
tqdm==4.62.3
3
-numpy==1.22.3
+numpy==1.25.2
4
matplotlib==3.5.1
5
requests==2.27.1
6
datetime==4.3
7
xarray==0.20.2
8
dask==2023.1.0
9
-monthdelta==0.9.1
+monthdelta==0.9.1
10
+opencv-python==4.8.0.76
setup.py
@@ -24,7 +24,8 @@
24
install_requires=[
25
"pandas==1.4.2",
26
"tqdm==4.62.3",
27
- "numpy==1.22.3",
+ "numpy==1.25.2",
28
+ "opencv-python==4.8.0.76",
29
"matplotlib==3.5.1",
30
"requests==2.27.1",
31
"datetime==4.3",
0 commit comments