We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fef3ae commit 5e51f8fCopy full SHA for 5e51f8f
requirements.txt
@@ -1,2 +1,2 @@
1
numpy==1.20.1
2
-git+git://github.com/ravenprotocol/ravcom.git
+git+git://github.com/ravenprotocol/ravcom.git@0.1-alpha
setup.py
@@ -2,12 +2,12 @@
3
setup(
4
name='ravop',
5
- version='0.1',
+ version='0.1-alpha',
6
packages=find_packages(),
7
install_requires=[
8
"numpy==1.20.1"
9
],
10
dependency_links=[
11
- "https://github.com/ravenprotocol/ravcom.git"
+ "https://github.com/ravenprotocol/ravcom.git@0.1-alpha"
12
]
13
)
0 commit comments