Skip to content
Snippets Groups Projects
Commit 4c593ed5 authored by Hammouda Elbez's avatar Hammouda Elbez :computer:
Browse files

Requirements updated

parent 1d7f20b8
Branches
Tags
1 merge request!25VS2N 0.36
...@@ -51,7 +51,7 @@ pip install -r requirements.txt ...@@ -51,7 +51,7 @@ pip install -r requirements.txt
- Add MongoDB credentials in `config.py` - Add MongoDB credentials in `config.py`
4. Using Python >= 3.0 (**make sure MongoDB is running**) run `python VS2N.py` to start VS2N. If everything is fine, the web interface should appear automatically. 4. Using Python >= 3.0 (**make sure MongoDB is running**), run `python VS2N.py` to start VS2N. If everything is fine, the web interface should appear automatically.
## Docker image ## Docker image
You can also use a docker image to run VS2N : https://hub.docker.com/r/helbez/vs2n You can also use a docker image to run VS2N : https://hub.docker.com/r/helbez/vs2n
...@@ -79,6 +79,7 @@ src/ # Source directory. ...@@ -79,6 +79,7 @@ src/ # Source directory.
### Core ### Core
- Multilayer support added - Multilayer support added
- Spark & MongoDB version updated - Spark & MongoDB version updated
- Added support for more simulators (Norse `Python`, CSNN `C++`)
## v0.35 ## v0.35
......
""" Spark pre-processing operations. """ Spark pre-processing operations.
""" """
from operator import contains
from bson.json_util import dumps from bson.json_util import dumps
from bson.json_util import loads from bson.json_util import loads
import traceback import traceback
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
import pandas as pd import pandas as pd
import pymongo import pymongo
import traceback import traceback
from pyspark.sql import functions as F
from src.templates.sparkOp import sparkOp from src.templates.sparkOp import sparkOp
def init(g): def init(g):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment