Skip to content

Commit 411edca

Browse files
committed
Pandas ~> v2.2
1 parent 71c7618 commit 411edca

File tree

5 files changed

+310
-311
lines changed

5 files changed

+310
-311
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ requirements-dev.txt: Pipfile.lock
2626
pipenv requirements --dev > requirements-dev.txt
2727

2828
Pipfile.lock: Pipfile | .venv
29-
pipenv install --dev
30-
touch $@
29+
pipenv lock
3130

3231
.venv: Pipfile
3332
mkdir -p $@

Pipfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ jupyterlab = "*"
99
matplotlib = "*"
1010

1111
[packages]
12-
pandas = "==2.1.4"
13-
14-
[requires]
15-
python_version = "3.12"
12+
pandas = "==2.2.0"

0 commit comments

Comments
 (0)