Skip to content

Commit 6ac92cc

Browse files
committed
Setup
1 parent 576fadf commit 6ac92cc

File tree

2 files changed

+414
-323
lines changed

2 files changed

+414
-323
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ scikit-learn = "*"
2020
scipy = "*"
2121
six = "==1.16.0"
2222
threadpoolctl = "==3.1.0"
23-
kineticmodels = "==0.0.12"
23+
kineticmodels = "==0.0.10"
24+
packaging = "==21.3"
2425

2526
[dev-packages]
2627
ipykernel = "*"
2728
black = "*"
2829

2930
[requires]
30-
python_version = "3.7"
31+
python_version = "3.10"
3132

3233
[pipenv]
3334
allow_prereleases = true

0 commit comments

Comments
 (0)