Skip to content

Commit

Permalink
Merge pull request #144 from Frans06/feature/change-matrix-to-numpy
Browse files Browse the repository at this point in the history
feat(engine): Change matrix to numpy
  • Loading branch information
arnauddupuis committed Oct 23, 2020
2 parents 58f1532 + 54550c2 commit e520b97
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 71 deletions.
13 changes: 8 additions & 5 deletions .legacy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# This file needs to be updated everytime the Pipenv files are.
colorama>=0.4.1
appdirs>=1.4.4
readchar>=2.0.1
blessed>=1.17.0
-i https://pypi.org/simple
appdirs==1.4.4
blessed==1.17.11
colorama==0.4.4
numpy==1.19.2
readchar==2.0.1
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
wcwidth==0.2.5
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ colorama = ">=0.3.8"
readchar = ">=2.0.0"
appdirs = ">=1.4.4"
blessed = ">=1.17.0"

# Please update the .legacy/requirements.txt with new dependencies added here.
numpy = "*"
96 changes: 77 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e520b97

Please sign in to comment.