Skip to content

Commit

Permalink
chore: move dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 29, 2024
1 parent 94ef0bc commit 88964b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ classifiers = [
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License"
]
dynamic = ["dependencies"]
dependencies = [
"sympy>=1.0.0,<2.0.0",
"pandas>=0.21.0,<3.0.0",
"numpy>=1.13.0,<3.0.0",
"scikit_learn>=1.0.0,<2.0.0",
"juliacall==0.9.23",
"click>=7.0.0,<9.0.0",
"setuptools>=50.0.0",
"typing-extensions>=4.0.0,<5.0.0",
]

[tool.setuptools]
packages = ["pysr", "pysr._cli", "pysr.test"]
Expand Down
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

0 comments on commit 88964b2

Please sign in to comment.