MilesCranmer commited on
Commit
ccbe668
·
unverified ·
1 Parent(s): 4358909

Remove poetry specification

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -23
pyproject.toml DELETED
@@ -1,23 +0,0 @@
1
- [tool.poetry]
2
- name = "pysr"
3
- version = "0.12.0"
4
- description = "Simple and efficient symbolic regression"
5
- authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
6
- license = "Apache-2.0"
7
- readme = "README.md"
8
-
9
- [tool.poetry.dependencies]
10
- python = "^3.8"
11
- sympy = "^1"
12
- numpy = "^1.20"
13
- scikit-learn = "^1"
14
- pandas = "^1"
15
- julia = "^0.6"
16
-
17
- [tool.poetry.group.dev.dependencies]
18
- black = "^22"
19
- ipython = "^8"
20
-
21
- [build-system]
22
- requires = ["poetry-core"]
23
- build-backend = "poetry.core.masonry.api"