This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/refactor textbook generation for prod rebased (#96)
* update * update readme
- Loading branch information
1 parent
cfcd0fc
commit c54f7e4
Showing
17 changed files
with
36 additions
and
5,162 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
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 |
---|---|---|
|
@@ -2,10 +2,13 @@ | |
requires = ["poetry-core", "setuptools", "wheel"] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.setuptools_scm] | ||
write_to = "sciphi/_version.py" | ||
|
||
[tool.poetry] | ||
name = "sciphi" | ||
version = "0.1.1" | ||
description = "sciphi: A framework for synthetic data." | ||
version = "0.1.2" | ||
description = "SciPhi: A Framework for LLM Powered Data." | ||
authors = ["Owen Colegrove <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.