Skip to content

Commit

Permalink
adding runtime dependencies, removing requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mayantaylor committed Aug 5, 2024
1 parent 463e857 commit d1aa3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ keywords = [
"runtime",
]
requires-python = ">=3.7"
dependencies = ["numpy>=1.10.0", "greenlet>=3.0.0"]
classifiers = [
'Intended Audience :: Developers',
'License :: Free for non-commercial use',
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

0 comments on commit d1aa3a0

Please sign in to comment.