Skip to content

Commit

Permalink
prep for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiang Zhu committed Aug 16, 2024
1 parent b2c27ae commit 3e4ddad
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.9.13
- parmed=4.0.0
- openmm=8.0.0
- openbabel=3.1.1
- openff-forcefields=2023.04.1
- openff-toolkit=0.14.3
- openff-models=0.0.4
Expand All @@ -15,10 +16,12 @@ dependencies:
- xmltodict=0.13.0
#Dev tools at github commit
- pip:
- pyxtal==0.6.3
- pyxtal==1.0.0
- git+https://github.com/ACEsuit/mace@main
- lammps==2023.8.2.2.0
- torch-dftd==0.4.0
- torchani
#- seaborn
- black
- flake8
- isort
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion ost/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "0.0.8"
import importlib.metadata

__version__ = importlib.metadata.version("ost")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ost",
version=__version__,
version="0.1.0",
author="Qiang Zhu, Shinnosule Hattori",
description="Organic Simulation Toolkit",
include_package_data=True,
Expand Down

0 comments on commit 3e4ddad

Please sign in to comment.