Skip to content

Commit

Permalink
Fix cython build-time
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan138 committed May 29, 2022
1 parent 14aab91 commit b799acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["cython"]

[tool.black]
line-length = 101
include = '\.pyi?$'
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ray[rllib]==0.8.5
pettingzoo>=1.18.1
opencv-python>=3.4
numpy>=1.21.0
cython>=0.29
scipy
pandas
matplotlib
Expand Down

0 comments on commit b799acd

Please sign in to comment.