diff --git a/.gitattributes b/.gitattributes index 20739a9..e03198b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ data/** filter=lfs diff=lfs merge=lfs -text +data filter=lfs diff=lfs merge=lfs -text diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..45f1e41 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +networkx==2.4 +tensorflow==1.15.0 +matplotlib==2.2.2 +onnx==1.7.0 +numpy==1.18.5 +graphviz==0.14 +protobuf==3.17.0 +scikit_learn==0.24.2