Skip to content

Commit fcb920b

Browse files
remove template example
1 parent 9795ff1 commit fcb920b

File tree

10 files changed

+0
-198
lines changed

10 files changed

+0
-198
lines changed

docs/how-to-guides/basic-calculation.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/how-to-guides/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ This part of the project documentation
44
focuses on a **problem-oriented** approach.
55
We'll go over how to solve common tasks.
66

7-
## How can I do a basic calculation?
8-
97
<!---
108
You will probably want to remove this bit.
119
1210
It is included to demonstrate how to include sub-sections
1311
and cross-reference them.
1412
-->
15-
16-
If you want to do a basic calculation,
17-
see ["How to do a basic calculation"][how-to-do-a-basic-calculation].

docs/how-to-guides/run-code-in-a-notebook.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ authors = [
88
license = { text = "placeholder" }
99
requires-python = ">=3.9"
1010
dependencies = [
11-
"numpy>=2.0.2",
12-
"pandas",
1311
]
1412
readme = "README.md"
1513
classifiers = [

requirements-docs-locked.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ numpy==2.3.5 ; python_full_version >= '3.11'
9595
overrides==7.7.0
9696
packaging==24.2
9797
paginate==0.5.7
98-
pandas==2.3.3
9998
pandocfilters==1.5.1
10099
parso==0.8.4
101100
pathspec==0.12.1
@@ -114,7 +113,6 @@ pymdown-extensions==10.16.1
114113
pyparsing==3.2.5
115114
python-dateutil==2.9.0.post0
116115
python-json-logger==3.2.1
117-
pytz==2025.2
118116
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
119117
pywinpty==2.0.14 ; os_name == 'nt'
120118
pyyaml==6.0.2
@@ -139,7 +137,6 @@ tornado==6.4.2
139137
traitlets==5.14.3
140138
types-python-dateutil==2.9.0.20241206
141139
typing-extensions==4.12.2 ; python_full_version < '3.13'
142-
tzdata==2025.2
143140
uri-template==1.3.0
144141
urllib3==2.3.0
145142
watchdog==6.0.0

requirements-incl-optional-locked.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ numpy==2.0.2 ; python_full_version < '3.10'
1414
numpy==2.2.6 ; python_full_version == '3.10.*'
1515
numpy==2.3.5 ; python_full_version >= '3.11'
1616
packaging==24.2
17-
pandas==2.3.3
1817
pillow==11.3.0 ; python_full_version < '3.10'
1918
pillow==12.0.0 ; python_full_version >= '3.10'
2019
pyparsing==3.2.5
2120
python-dateutil==2.9.0.post0
22-
pytz==2025.2
2321
six==1.17.0
24-
tzdata==2025.2
2522
zipp==3.23.0 ; python_full_version < '3.10'

requirements-locked.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements-locked.txt --no-hashes --no-dev --no-emit-project
3-
numpy==2.0.2 ; python_full_version < '3.10'
4-
numpy==2.2.6 ; python_full_version == '3.10.*'
5-
numpy==2.3.5 ; python_full_version >= '3.11'
6-
pandas==2.3.3
7-
python-dateutil==2.9.0.post0
8-
pytz==2025.2
9-
six==1.17.0
10-
tzdata==2025.2

src/pymc_elicito/operations.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/unit/test_operations.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

uv.lock

Lines changed: 0 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)