-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3130cca
commit 36e0123
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
[tool.poetry] | ||
name = "special-syllabus" | ||
name = "ML_Project" | ||
version = "0.1.0" | ||
description = "Leo and Hallvard's Special Syllabus about RL and transformers" | ||
description = "Hallvard and Leo's machine learning endeavor" | ||
authors = ["Your Name <you@example.com>"] | ||
license = "n" | ||
license = "MIT" | ||
readme = "README.md" | ||
packages = [{include = "reinforcement_learning", from = "src"}] | ||
packages = [ | ||
{ include = "reinforcement_learning", from = "src" }, | ||
{ include = "transformers", from = "src" } | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
jupyter = "^1.0.0" | ||
|
||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
requires = ["poetry-core>=1.0.0"] | ||
build-backend = "poetry.core.masonry.api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters