Skip to content

Commit

Permalink
set versions at 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 committed Jun 6, 2024
1 parent b8e86ba commit b7a4aa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyeamxx"
version = "0.0.1.dev6"
version = "0.0.1"
dependencies = ["numpy", "mpi4py"]

[tool.setuptools.packages.find]
Expand Down
4 changes: 4 additions & 0 deletions components/eamxx/src/python/readme
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ TODO:
- establish ci pipeline in scream/e3sm repos
- decide how to deal with versioning
- decide archs/pythons/mpis to tgt

USER:
- conda install pyeamxx -c mahf708/label/$mac (mac is chrysalis or pm-cpu)
- see example in components/eamxx/tests/python/pyp3

0 comments on commit b7a4aa0

Please sign in to comment.