Skip to content

Commit

Permalink
Py requirements need to be updated in three places :|
Browse files Browse the repository at this point in the history
  • Loading branch information
umayrh committed Dec 29, 2019
1 parent 1f42b57 commit 78bb9fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pinned.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psutil==5.4.8
requests==2.21.0
opentuner==0.8.0
humanfriendly==4.17
chainmap==1.0.2
requests==2.22.0
opentuner==0.8.2
humanfriendly==4.18
chainmap==1.0.3
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ def load_pinned_deps(self):
long_description=open('README.txt').read(),
install_requires=[
"opentuner==0.8.2",
"humanfriendly==4.17",
"chainmap==1.0.2",
"humanfriendly==4.18",
"chainmap==1.0.3",
"psutil==5.4.8",
"requests==2.21.0"
"requests==2.22.0"
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 78bb9fa

Please sign in to comment.