We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b1e0d commit 4aa55a6Copy full SHA for 4aa55a6
pyproject.toml
@@ -0,0 +1,20 @@
1
+[project]
2
+name = "pytensor-workshop"
3
+version = "0.0.1"
4
+authors = [
5
+ { name="PyMC developers" },
6
+]
7
+description = "Source code for pytensor workshop utilities"
8
+
9
+dependencies = [
10
+ "pytensor >=2.26.4,<3",
11
12
13
+classifiers = [
14
+ "Programming Language :: Python :: 3",
15
+ "License :: OSI Approved :: MIT License",
16
+ "Operating System :: OS Independent",
17
18
19
+[project.urls]
20
+"Homepage" = "https://github.com/pymc-devs/pytensor-workshop"
pytensor_workshop/__init__.py
@@ -0,0 +1 @@
+from pytensor_puzzle.src import test
pytensor_workshop/src.py
0 commit comments