Skip to content

Commit

Permalink
back in black
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed Jan 28, 2024
1 parent 25bce18 commit 650d73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bash patch_numba.sh

# Install or build mpi4py
if [ $# -eq 0 ]; then
conda install mpi4py <<< "y"
conda mpi4py <<< "y"
fi
while [ $# -gt 0 ]; do
case $1 in
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = [
{ name="Rohan Pankaj"},
{ name="Jordan Northrop"},
]
description = "Monte Carlo / Dynamic Code, a pure python high preofmrance Monte Carlo neutronics package"
description = "Monte Carlo / Dynamic Code, a pure python high performance Monte Carlo neutronics package"
readme = "README.md"
requires-python = ">=3.9, <=3.11.7"
license = {file = "LICENSE"}
Expand All @@ -39,6 +39,7 @@ dependencies = [
"pytest",
"h5py",
"colorama",
"black",
]
[project.optional-dependencies]
docs = ["sphinx==7.2.6", "furo", "sphinx_toolbox"]
Expand Down

0 comments on commit 650d73c

Please sign in to comment.