1
0

add pyproject.toml to multiple iv simulations submodule

This commit is contained in:
Nathan TeBlunthuis 2025-06-05 20:50:47 -05:00
parent 873dae5c4c
commit 364565aa4f
3 changed files with 26 additions and 0 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "presentation"]
path = presentation
url = https://git.overleaf.com/646be7922a7fb19bcb461593
[submodule "pyRembr"]
path = pyRembr
url = git@github.com:groceryheist/pyRembr.git

View File

@ -0,0 +1,22 @@
[project]
name = "multiple-iv-simulations"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fire>=0.7.0",
"numpy>=2.2.6",
"pandas>=2.3.0",
"pylauncher>=4.0",
"pyremember>=0.2.0",
"rpy2>=3.6.0",
]
[tool.uv.sources]
pyremember = { git = "https://github.com/groceryheist/pyRembr" }
[dependency-groups]
dev = [
"pytest>=8.4.0",
]

1
pyRembr Submodule

@ -0,0 +1 @@
Subproject commit 85a04faa61aeef1a5a453024d7511459b4f88b5f