diff --git a/env.sh b/env.sh deleted file mode 100644 index 399d88e..0000000 --- a/env.sh +++ /dev/null @@ -1,2 +0,0 @@ -module load python/3.9 -source $HOME/tgbenv/bin/activate diff --git a/get_croissant.py b/get_croissant.py deleted file mode 100644 index 144e83c..0000000 --- a/get_croissant.py +++ /dev/null @@ -1,18 +0,0 @@ -import requests -import json - -API_TOKEN = "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" - -headers = {"Authorization": f"Bearer {API_TOKEN}"} - -API_URL = "https://huggingface.co/api/datasets/andrewsleader/TGB/croissant" #"https://huggingface.co/api/datasets/ibm/duorc/croissant" - - -def query(): - response = requests.get(API_URL, headers=headers) - return response.json() -data = query() -print (data) - -with open('tgb2_croissant.json', 'w') as f: - json.dump(data, f) \ No newline at end of file diff --git a/mila.sh b/mila.sh deleted file mode 100644 index 6718097..0000000 --- a/mila.sh +++ /dev/null @@ -1 +0,0 @@ -salloc --partition=unkillable --cpus-per-task=4 --gres=gpu:1 --mem=32G diff --git a/pyproject.toml b/pyproject.toml index 96c98d7..81a0388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "py-tgb" -version = "0.9.2" +version = "2.0.0" description = "Temporal Graph Benchmark project repo" -authors = ["shenyang Huang ", "Farimah Poursafaei", "Emanuele Rossi ", "Jacob Danovitch "] +authors = ["shenyang Huang ", "Julia Gastinger", "Farimah Poursafaei", "Emanuele Rossi ", "Jacob Danovitch "] readme = "README.md" packages = [{include = "tgb"}] diff --git a/setup.py b/setup.py index a20226b..604a433 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ from setuptools import setup, find_packages -setup(name="py-tgb", version="0.9.2", packages=find_packages()) +setup(name="py-tgb", version="2.0.0", packages=find_packages())