Clean up of benchmark requirements file
Reviewers: mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D600
This commit is contained in:
parent
160a6866dc
commit
b98c12ea89
5
init
5
init
@ -86,4 +86,9 @@ cd tests/qa
|
||||
./init
|
||||
cd ../..
|
||||
|
||||
# setup macro benchmark
|
||||
cd tests/macro_benchmark
|
||||
./init
|
||||
cd ../..
|
||||
|
||||
echo "Done installing dependencies for Memgraph"
|
||||
|
@ -1,19 +0,0 @@
|
||||
appdirs==1.4.3
|
||||
click==6.7
|
||||
cycler==0.10.0
|
||||
Flask==0.12.1
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.9.6
|
||||
MarkupSafe==1.0
|
||||
matplotlib==2.0.1
|
||||
neo4j-driver==1.2.1
|
||||
numpy==1.12.1
|
||||
packaging==16.8
|
||||
pkg-resources==0.0.0
|
||||
pyparsing==2.2.0
|
||||
python-dateutil==2.6.0
|
||||
pytz==2017.2
|
||||
requests==2.13.0
|
||||
scipy==0.19.0
|
||||
six==1.10.0
|
||||
Werkzeug==0.12.1
|
@ -1,11 +1,8 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -d ve3 ]; then
|
||||
virtualenv -p python3 ve3 || exit 1
|
||||
source ve3/bin/activate
|
||||
pip install -r requirements.txt || exit 1
|
||||
else
|
||||
source ve3/bin/activate
|
||||
deactivate
|
||||
fi
|
||||
|
||||
# TODO: apt-get install python3-tk
|
1
tests/macro_benchmark/requirements.txt
Normal file
1
tests/macro_benchmark/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
neo4j-driver==1.2.1
|
Loading…
Reference in New Issue
Block a user