Skip to content

Commit df9f36d

Browse files
authored
Merge pull request #1189 from mathics/reduce-dependencies
No longer need PyYAML. Simpfiy Windows CI test
2 parents 494565a + 4cd4a2e commit df9f36d

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,7 @@ jobs:
2525
python -m pip install wheel
2626
choco install llvm
2727
set LLVM_DIR="C:\Program Files\LLVM"
28-
pip install llvmlite
29-
pip install numpy
30-
pip install sympy
31-
pip install pillow
32-
pip install scikit-image
33-
pip install requests
34-
pip install wordcloud
35-
pip install PyYAML
36-
pip install palettable
37-
pip install mpmath
38-
pip install mathics_scanner
28+
pip install -e .
3929
- name: Install Mathics
4030
run: |
4131
python setup.py install

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def read(*rnames):
9191
"requests",
9292
"scikit-image",
9393
"wordcloud", # Used in builtin/image.py by WordCloud()
94-
"PyYAML", # Used in mathics.core.characters
9594
]
9695

9796

0 commit comments

Comments
 (0)