From 0de951de9f22c18e64d93b52bf3862f796fa2566 Mon Sep 17 00:00:00 2001 From: Chenghao Lyu Date: Sun, 2 Mar 2025 10:03:28 -0500 Subject: [PATCH 1/2] update to apache 2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f018939..5e8263c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", From 73a953bbc0b3c4d9b3b9583f3807a9dc278c1631 Mon Sep 17 00:00:00 2001 From: Chenghao Lyu Date: Sun, 2 Mar 2025 10:38:22 -0500 Subject: [PATCH 2/2] update matplotlib dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e8263c..b48ce26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "lightning>=2.0.9,<=2.1.0", "torchmetrics>=1.1.2", "gensim==4.3.2", - "matplotlib>=3.8.1", + "matplotlib>=3.8.1,<3.9.0", "Platypus-Opt==1.1.0", "tensorboard==2.15.1", "dgl>=1.1.2,<=1.1.3",