Skip to content

Commit

Permalink
Pandas ~> v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 21, 2024
1 parent 71c7618 commit 411edca
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 311 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ requirements-dev.txt: Pipfile.lock
pipenv requirements --dev > requirements-dev.txt

Pipfile.lock: Pipfile | .venv
pipenv install --dev
touch $@
pipenv lock

.venv: Pipfile
mkdir -p $@
Expand Down
5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ jupyterlab = "*"
matplotlib = "*"

[packages]
pandas = "==2.1.4"

[requires]
python_version = "3.12"
pandas = "==2.2.0"
Loading

0 comments on commit 411edca

Please sign in to comment.