Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Dec 10, 2023
1 parent dbc8177 commit e643f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "olmo"
name = "ai2-olmo"
dynamic = ["version", "dependencies", "optional-dependencies"]
readme = "README.md"
description = "Open Language Model (OLMo)"
Expand All @@ -25,7 +25,7 @@ olmo = ["py.typed"]

[tool.setuptools.dynamic]
version = { attr = "olmo.version.VERSION" }
dependencies = { file = ["requirements.txt"] }
dependencies = { file = ["requirements.txt", "hf_olmo/requirements.txt"] }
optional-dependencies = { dev = { file = ["dev-requirements.txt"] } }

[tool.setuptools.packages.find]
Expand Down

0 comments on commit e643f5e

Please sign in to comment.