Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangziwei authored Aug 20, 2024
1 parent e25512b commit 0508f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jaxley-mech"
version = "0.1.0"
description = ""
description = "A Jaxley-based library of ion channels and syanpses for biophysical neuron models."
authors = [
]
requires-python = ">=3.8.0"
Expand All @@ -14,9 +14,9 @@ dependencies = [
"numpy",
"pandas",
"matplotlib",
"networkx",
"jaxley"
]
readme = {file = "README.md", content-type = "text/markdown"}

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 0508f9f

Please sign in to comment.