Skip to content

Commit 9dc5d23

Browse files
committed
[Pipenv] Update for better cross-platform compatibility
Remove packages that are no longer required. Added environment markers for platform-specific packages. Updated all packages to the latest compatible version.
1 parent f543b33 commit 9dc5d23

File tree

2 files changed

+1974
-1846
lines changed

2 files changed

+1974
-1846
lines changed

Pipfile

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,30 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
cffi = "*"
87
colorama = "*"
9-
easygraph = "*"
10-
formencode = "*"
11-
gitdb = "*"
12-
gitpython = "*"
8+
cycler = "*"
9+
GitPython = "*"
10+
graphviz = "*"
11+
hyperconf = "*"
12+
jupyter = "*"
13+
matplotlib = "*"
1314
numpy = "*"
1415
pandas = "*"
15-
pip = "*"
1616
psycopg2 = "*"
17-
pycparser = "*"
18-
pydispatcher = "*"
19-
python-dateutil = "*"
20-
pytz = "*"
17+
Python-EasyGraph = "*"
2118
pyyaml = "*"
22-
setuptools = "*"
23-
six = "*"
24-
smmap = "*"
19+
scipy = "*"
20+
screeninfo = "*"
21+
seaborn = "*"
22+
sortedcontainers = "*"
2523
sqlobject = "*"
2624
tableauhyperapi = "*"
25+
termcolor = "*"
2726
tqdm = "*"
28-
tzdata = "*"
29-
wheel = "*"
30-
yamale = "*"
31-
python-easygraph = "*"
32-
graphviz = "*"
33-
pygraphviz = "*"
34-
torch = "*"
35-
torchvision = "*"
36-
torchaudio = "*"
37-
scipy = "*"
38-
jupyter = "*"
39-
nbclassic = "*"
40-
seaborn = "*"
41-
wand = "*"
42-
screeninfo = "*"
43-
cycler = "*"
4427
typeguard = "*"
45-
sortedcontainers = "*"
28+
typing_extensions = "*"
29+
Wand = "*"
30+
yamale = "*"
4631

4732
[requires]
4833
python_version = "3.10"

0 commit comments

Comments
 (0)