Skip to content

Commit

Permalink
Library version and dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashahirwar committed May 24, 2021
1 parent 6f47bd3 commit ce4d2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.20.1
git+git://github.com/ravenprotocol/ravcom.git
git+git://github.com/ravenprotocol/ravop.git
git+git://github.com/ravenprotocol/ravcom.git@0.1-alpha
git+git://github.com/ravenprotocol/ravop.git@0.1-alpha
scikit-learn==0.24.1
pandas==1.2.3
matplotlib==3.3.4
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ravml',
version='0.1',
version='0.1-alpha',
packages=find_packages(),
install_requires=[
"numpy==1.20.1",
Expand All @@ -12,7 +12,7 @@
"scikit-learn"
],
dependency_links=[
"https://github.com/ravenprotocol/ravcom.git",
"https://github.com/ravenprotocol/ravop.git",
"https://github.com/ravenprotocol/ravcom.git@0.1-alpha",
"https://github.com/ravenprotocol/ravop.git@0.1-alpha",
]
)

0 comments on commit ce4d2b1

Please sign in to comment.