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 f7d9e1f commit dd27487Copy full SHA for dd27487
pyproject.toml
@@ -3,16 +3,21 @@ requires = ["setuptools"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "ml_workshop"
7
-version = "0.0.0"
+name = "practical_ml_with_pytorch"
+version = "1.0.0"
8
description = "ICCS ML workshop."
9
authors = [
10
{ name="Jim Denholm", email="[email protected]" },
11
{ name="Jack Atkinson", email="[email protected]" },
12
]
13
readme = "README.md"
14
-license = {file = "LICENSE.md"}
+license = {file = "LICENSE"}
15
requires-python = ">=3.9.10"
16
+classifiers = [
17
+ "Natural Language :: English",
18
+ "Programming Language :: Python :: 3",
19
+ "Operating System :: OS Independent",
20
+]
21
22
dependencies = [
23
"torch>=2.0",
0 commit comments