diff --git a/.gitignore b/.gitignore index b6a56c6..0505aba 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,9 @@ venv.bak/ # Rope project settings .ropeproject +# VS Code project settings +.project + # mkdocs documentation /site @@ -138,4 +141,4 @@ datasets/ experiments/results/ # Dependencies -InteractionSimulator/ \ No newline at end of file +InteractionSimulator/ diff --git a/requirements.txt b/requirements.txt index 442a959..c4d1203 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ tikzplotlib +torch