Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Dec 7, 2023
1 parent 1ead8bd commit db40e05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install dependencies
run: |
pip install cython
# install ase from main branch until FrechetCellFilter is release
# TODO remove pip install git+https://gitlab.com/ase/ase
pip install git+https://gitlab.com/ase/ase
python setup.py build_ext --inplace
pip install -e .[test]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "chgnet"
version = "0.3.2"
version = "0.3.3"
description = "Pretrained Universal Neural Network Potential for Charge-informed Atomistic Modeling"
authors = [{ name = "Bowen Deng", email = "[email protected]" }]
requires-python = ">=3.9"
readme = "README.md"
license = { text = "Modified BSD" }
dependencies = [
"ase@git+https://gitlab.com/ase/ase",
"ase",
"cython>=0.29.26",
"numpy>=1.21.6",
"nvidia-ml-py3>=7.352.0",
Expand Down

0 comments on commit db40e05

Please sign in to comment.