Skip to content

Commit

Permalink
Updated Pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Sep 17, 2023
1 parent 82c0fae commit ca9767f
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.17.0
python 3.10.2
python 3.11.3
262 changes: 98 additions & 164 deletions src/framework/processing/py/poetry.lock

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

4 changes: 2 additions & 2 deletions src/framework/processing/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "Port package with Data Donation logic"
authors = ["Emiel van der Veen <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"
panda = "^0.3.1"
python = "^3.11"
pandas = "^1.5"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"
Expand Down
Loading

0 comments on commit ca9767f

Please sign in to comment.