Skip to content

Commit

Permalink
update dependencies via poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwnau committed Apr 7, 2024
1 parent b012894 commit 15842de
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[tool.poetry]
name = "nlp-notebooks"
version = "0.1.0"
description = "NLP Notebooks adaptable to specific use cases."
authors = ["Michael Nau <[email protected]>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
pandas = "^1.3.3"
numpy = "^1.21.2"
scikit-learn = "^1.0.2"
spacy = "^3.1.0"
nltk = "^3.6.5"
matplotlib = "^3.4.3"
seaborn = "^0.11.2"
jupyter = "^1.0.0"
ipykernel = "^6.4.1"
jupyterlab = "^3.1.16"
ipywidgets = "^7.6.5"
ipympl = "^0.8.8"
ipyvue = "^1.8.1"
tiktoken = "^0.6.0"
scrapy = "^2.11.1"
tensorflow = "^2.8.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 15842de

Please sign in to comment.