Skip to content

Commit

Permalink
update_0_0_8
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Apr 21, 2024
1 parent 317c479 commit 26a6f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit 26a6f6e

Please sign in to comment.