Skip to content

Commit 2e7f8b9

Browse files
committed
👽 Remove pathlib from requirements (now a built-in library)
1 parent 1abda36 commit 2e7f8b9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

CPAC/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,5 @@ def get_cpac_gitversion():
161161
"simplejson==3.15.0",
162162
"traits==4.6.0",
163163
"PyBASC==0.4.5",
164-
"pathlib==1.0.1",
165164
"voluptuous>=0.12.0",
166165
]

cpac_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ pip_packages=(
108108
"simplejson==3.15.0"
109109
"python-dateutil==2.7.3"
110110
"PyBASC==0.4.5"
111-
"pathlib==1.0.1"
112111
)
113112

114113
##### Helper functions for installing system dependencies.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ simplejson==3.15.0
2424
scikit-learn==0.22.1
2525
traits==4.6.0
2626
PyBASC==0.4.5
27-
pathlib==1.0.1
2827
voluptuous>=0.12.0

0 commit comments

Comments
 (0)