From 26a6f6ee2a0e18bcd11ccd2b2790aec35072c573 Mon Sep 17 00:00:00 2001 From: hsulab Date: Sat, 20 Apr 2024 21:23:06 -0400 Subject: [PATCH] update_0_0_8 --- conda.recipe/meta.yaml | 9 ++++----- pyproject.toml | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index a3e4e0b3..fae5ecae 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,19 +1,19 @@ {% set name = "gdpx" %} -{% set version = "0.0.7" %} +{% set version = "0.0.8" %} package: name: {{ name|lower }} version: {{ version }} source: - url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.7.tar.gz - sha256: 0df36df3e207716c2267eaafd5415f9b99d0e5fa38295471e9f75d1d27f9f0de + url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.8.tar.gz + sha256: 17f39862379881db9d43b3031ab70746933822085642e48080012096ee870881 build: noarch: python number: 0 script: {{ PYTHON }} -m pip install . -vv - entry_points: + entry_points: - gdp = gdpx.main:main requirements: @@ -27,7 +27,6 @@ requirements: - joblib >=1.1.0 - networkx >=2.6.3 - omegaconf >=2.3.0 - - pydantic >=2.1.1 - pyyaml >=6.0 - tinydb >=4.7.0 diff --git a/pyproject.toml b/pyproject.toml index 0df36504..7657a2a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "gdpx" -version = "0.0.7" +version = "0.0.8" dependencies = [ "ase>=3.22", "h5py>=3.7.0", "joblib>=1.1.0", "networkx>=2.6.3", "omegaconf>=2.3.0", - "pydantic>=2.1.1", "pyyaml>=6.0", "tinydb>=4.7.0", ]