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

Requirements updated

parent 1d7f20b8
Branches
No related tags found
1 merge request!25VS2N 0.36
......@@ -51,7 +51,7 @@ pip install -r requirements.txt
- 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
You can also use a docker image to run VS2N : https://hub.docker.com/r/helbez/vs2n
......@@ -79,6 +79,7 @@ src/ # Source directory.
### Core
- Multilayer support added
- Spark & MongoDB version updated
- Added support for more simulators (Norse `Python`, CSNN `C++`)
## v0.35
......
""" Spark pre-processing operations.
"""
from operator import contains
from bson.json_util import dumps
from bson.json_util import loads
import traceback
......
......@@ -4,7 +4,6 @@
import pandas as pd
import pymongo
import traceback
from pyspark.sql import functions as F
from src.templates.sparkOp import sparkOp
def init(g):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment