Skip to content

Commit

Permalink
Relax requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
redelmann committed Mar 28, 2018
1 parent 0cd0813 commit f82a4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch>=0.3
treenet=0.0.2
treenet>=0.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def read(fname):
},
install_requires=[
"torch>=0.3",
"treenet=0.0.2",
"treenet>=0.0.2",
]
)

0 comments on commit f82a4ea

Please sign in to comment.