File tree Expand file tree Collapse file tree 3 files changed +25
-14
lines changed
Expand file tree Collapse file tree 3 files changed +25
-14
lines changed Original file line number Diff line number Diff line change 4040
4141# Jupyter notebook checkpoints
4242.ipynb_checkpoints /*
43+
44+ # Lock file for uv env
45+ uv.lock
Original file line number Diff line number Diff line change @@ -6,6 +6,28 @@ requires = [
66]
77build-backend = ' setuptools.build_meta'
88
9+ [project ]
10+ name = " ratapi"
11+ version = " 0.0.0.dev8"
12+ description = " Python extension for the Reflectivity Analysis Toolbox (RAT)"
13+ readme = " README.md"
14+ requires-python = " >=3.10"
15+ dependencies = [
16+ " matplotlib>=3.8.3" ,
17+ " numpy>=1.20" ,
18+ " orsopy>=1.2.1" ,
19+ " pint>=0.24.4" ,
20+ " prettytable>=3.9.0" ,
21+ " pybind11>=2.4" ,
22+ " pydantic>=2.7.2" ,
23+ " pytest>=7.4.0" ,
24+ " pytest-cov>=4.1.0" ,
25+ " ruff>=0.4.10" ,
26+ " scipy>=1.13.1" ,
27+ " strenum>=0.4.15 ; python_full_version < '3.11'" ,
28+ " tqdm>=4.66.5" ,
29+ ]
30+
931[tool .ruff ]
1032line-length = 120
1133extend-exclude = [" *.ipynb" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments