From 462e21c0f2d41500963f1474ffe552c97767f423 Mon Sep 17 00:00:00 2001 From: Luca Lombardo Date: Sat, 24 Dec 2022 16:15:27 +0100 Subject: [PATCH] small fixes --- .gitattributes | 3 --- requirements.txt | 9 ++++----- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0350709..0000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -*.html linguist-vendored -*.tex linguist-vendored -*.ipynb linguist-vendored diff --git a/requirements.txt b/requirements.txt index 38485eb..6af0189 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ -networkx==2.8.6 -numpy==1.22.0 -pandas==1.4.4 -plotly==5.10.0 -scipy==1.8.0 +networkx==2.8.8 +numpy==1.23.5 +pandas==1.5.1 +scipy==1.9.3 wget==3.2