mpd commited on
Commit
43c55b4
1 Parent(s): a0796cb

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -12,5 +12,5 @@ fastai = "^2.7.9"
12
  fastbook = "^0.0.28"
13
 
14
  [build-system]
15
- requires = ["setuptools>=40.8.0", "wheel", "python=3.7.14", "fastai=2.7.9", "fastcore=1.5.27"]
16
- build-backend = "setuptools.build_meta:__legacy__"
12
  fastbook = "^0.0.28"
13
 
14
  [build-system]
15
+ requires = ["poetry-core>=1.0.0"]
16
+ build-backend = "poetry.core.masonry.api"