Skip to content

Commit 469d96b

Browse files
authored
Merge pull request #8 from CIAT-DAPA/develop
new version
2 parents bff85e8 + e61b64e commit 469d96b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements_test.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
pandas==1.4.2
22
tqdm==4.62.3
3-
numpy==1.22.3
3+
numpy==1.25.2
44
matplotlib==3.5.1
55
requests==2.27.1
66
datetime==4.3
77
xarray==0.20.2
88
dask==2023.1.0
9-
monthdelta==0.9.1
9+
monthdelta==0.9.1
10+
opencv-python==4.8.0.76

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
install_requires=[
2525
"pandas==1.4.2",
2626
"tqdm==4.62.3",
27-
"numpy==1.22.3",
27+
"numpy==1.25.2",
28+
"opencv-python==4.8.0.76",
2829
"matplotlib==3.5.1",
2930
"requests==2.27.1",
3031
"datetime==4.3",

0 commit comments

Comments
 (0)