-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from alan-turing-institute/13-clarifying-envir…
…onment-setup-in-readme 13 clarifying environment setup in readme
- Loading branch information
Showing
5 changed files
with
130 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[build-system] | ||
requires = ["setuptools>=42", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "ModularCirc" | ||
version = "0.1.1" | ||
description = "A python package for creating and running 0D models of the cardiovascular system" | ||
readme = "README.md" | ||
requires-python = ">=3.10" | ||
license = {text = "MIT" } | ||
authors = [ | ||
{name = "Maximilian Balmus", email = "[email protected]"} | ||
] | ||
|
||
dependencies = [ | ||
"matplotlib", | ||
"numba", | ||
"numpy", | ||
"pandas", | ||
"scipy", | ||
"joblib", | ||
"pandera", | ||
"tdqm" | ||
] | ||
|
||
[project.optional-dependencies] | ||
notebooks = ["ipykernel"] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/alan-turing-institute/ModularCirc" | ||
"Source Code" = "https://github.com/alan-turing-institute/ModularCirc" | ||
"Bug Tracker" = "https://github.com/alan-turing-institute/ModularCirc/issues" | ||
|
||
[tool.setuptools] | ||
packages = ["ModularCirc"] |
This file was deleted.
Oops, something went wrong.