Skip to content

Commit

Permalink
Add poetry dependencies file
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 21, 2023
1 parent f4c2ae8 commit 041087e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[tool.poetry]
name = "pysr"
version = "0.12.0"
description = "Simple and efficient symbolic regression"
authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
license = "Apache-2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
sympy = "^1.0.0"
numpy = "^1.20.0"
scikit-learn = "^1.0.0"
pandas = "^1.0.0"
julia = "^0.6.0"

[tool.poetry.group.dev.dependencies]
matplotlib = "^3.0.0"
ipython = "^8.0.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 041087e

Please sign in to comment.