Skip to content

Commit

Permalink
chore: bootstrap genai impact python package
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Feb 20, 2024
1 parent 3e9adee commit 735a202
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ venv.bak/
.spyderproject
.spyproject

# VS Code
# IDEs
.vscode
.idea
.fleet

# Rope project settings
.ropeproject
Expand Down
File renamed without changes.
37 changes: 19 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python_template"
name = "genai_impact"
version = "0.1.0"
description = "Template"
description = "GenAI Impact projet"
authors = ["DataForGood"]
license = " MIT"
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
# numpy = "^1.21.1"
# pandas = "^1.1.1"
# jupyter = "^1.0.0"
# ipykernel = "^5.3.4"
python = ">=3.8,<4"


[tool.poetry.group.dev.dependencies]
pre-commit = "^2.20.0"
Expand Down
File renamed without changes.

0 comments on commit 735a202

Please sign in to comment.