Get rid of fedot sources in framework
Created by: J3FALL
Looks like BAMP uses FEDOT features, but it is not imported via requirements.
I suggest getting rid of fedot directory.
In order to import fedot correctly, just add requirements.txt in root and add this line:
fedot==0.3.1
If a specific version of the framework is needed, it can be linked to a branch:
pip install git+https://github.com/nccr-itmo/FEDOT@master
Here, the latest version from the master branch is imported.