Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Jan 31, 2023
1 parent a0efdce commit 5140224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"numpy>=1.19.2",
"opencv-python>=4.6.0.66",
"packaging",
"pandas==1.2.3",
"pandas==1.5.3",
"Pillow~=9.1",
"praw~=7.0",
"prawcore~=2.0",
Expand All @@ -60,7 +60,7 @@

# Some packages don't run on Windows
unix_packages = [
"python-daemon==2.3.1"
"python-daemon==2.3.2"
]

if os.name != "nt":
Expand Down

0 comments on commit 5140224

Please sign in to comment.