Skip to content

Commit

Permalink
chore: rye -> uv
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 25, 2024
1 parent 524bc03 commit 4581769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ docs/build
# pyenv
.python-version

# rye
# uv
uv.lock
requirements.lock
requirements-dev.lock

Expand Down
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ classifiers = [
"Programming Language :: Cython",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">= 3.5"
requires-python = ">= 3.9"
dependencies = [
"pandas>=0.19.2",
"requests>=2.3.0",
Expand All @@ -42,7 +38,7 @@ notebook = ["ipykernel", "nbformat>=4.2.0"]
test = ["pytest"]
docs = ["sphinx"]

[tool.rye]
[tool.uv]
managed = true
dev-dependencies = ["finance-datareader[notebook,test]"]

Expand Down

0 comments on commit 4581769

Please sign in to comment.