Skip to content

Commit

Permalink
environment: needs python-build
Browse files Browse the repository at this point in the history
Needed to upload to PyPI
  • Loading branch information
amritagos committed Feb 4, 2025
1 parent f9ee5fb commit 475eb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ channels:
# - {{ compiler('c++') }}
dependencies:
- python>=3.10
- python-build
- ase>=3.22.1
- numpy>=1.26.4 # 1.22.4
- scipy>=1.7.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "mesonpy"

[project]
name = "solvis-tools"
version = "0.1.4"
version = "0.1.5"
description = "A module for analyzing and visualizing solvation shells in LAMMPS output files, but would work with most files that can be handled by ASE."
authors = [
{name = "Amrita Goswami", email = "[email protected]"},
Expand Down

0 comments on commit 475eb2c

Please sign in to comment.