Skip to content

Commit 26a6f6e

Browse files
committed
update_0_0_8
1 parent 317c479 commit 26a6f6e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

conda.recipe/meta.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{% set name = "gdpx" %}
2-
{% set version = "0.0.7" %}
2+
{% set version = "0.0.8" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
9-
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.7.tar.gz
10-
sha256: 0df36df3e207716c2267eaafd5415f9b99d0e5fa38295471e9f75d1d27f9f0de
9+
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.8.tar.gz
10+
sha256: 17f39862379881db9d43b3031ab70746933822085642e48080012096ee870881
1111

1212
build:
1313
noarch: python
1414
number: 0
1515
script: {{ PYTHON }} -m pip install . -vv
16-
entry_points:
16+
entry_points:
1717
- gdp = gdpx.main:main
1818

1919
requirements:
@@ -27,7 +27,6 @@ requirements:
2727
- joblib >=1.1.0
2828
- networkx >=2.6.3
2929
- omegaconf >=2.3.0
30-
- pydantic >=2.1.1
3130
- pyyaml >=6.0
3231
- tinydb >=4.7.0
3332

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gdpx"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
dependencies = [
99
"ase>=3.22",
1010
"h5py>=3.7.0",
1111
"joblib>=1.1.0",
1212
"networkx>=2.6.3",
1313
"omegaconf>=2.3.0",
14-
"pydantic>=2.1.1",
1514
"pyyaml>=6.0",
1615
"tinydb>=4.7.0",
1716
]

0 commit comments

Comments
 (0)