Skip to content
Snippets Groups Projects
Commit 241c6a4c authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Add requirements.txt and update .gitignore and pyproject.toml package requirements and dependencies

parent 2a87f6fa
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,5 @@ coverage/
*.coverage
TestArrayContainer.cpp
TestArrayContainer.hpp
test_yaml_config.cpp
test_yaml_config.hpp
......@@ -10,6 +10,10 @@ dependencies = [
"pystencils>=2.0.dev0",
"scipy",
"matplotlib",
"ruamel.yaml>=0.15.70",
"PyYAML",
"pandas",
"openpyxl>=3.1.5",
]
requires-python = ">=3.10"
readme = "README.md"
......@@ -39,6 +43,10 @@ requires = [
"setuptools>=69",
"wheel",
"pybind11",
"ruamel.yaml>=0.15.70",
"PyYAML",
"pandas",
"openpyxl>=3.1.5",
]
build-backend = "setuptools.build_meta"
......
numpy~=2.1.3
pystencils~=2.0.dev0+58.g4876f0b
pystencilssfg~=0.1a4+23.g71ba6dc
pymatlib~=0.1.0
pytest~=8.3.4
sympy~=1.12.1
pyyaml~=6.0.2
ruamel.yaml>=0.15.70
matplotlib~=3.10.0
scipy~=1.15.1
setuptools~=75.8.0
versioneer~=0.29
pybind11~=2.14.0.dev1
pandas~=2.2.3
openpyxl~=3.1.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment