Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,7 @@ jobs:
python -m pip install wheel
choco install llvm
set LLVM_DIR="C:\Program Files\LLVM"
pip install llvmlite
pip install numpy
pip install sympy
pip install pillow
pip install scikit-image
pip install requests
pip install wordcloud
pip install PyYAML
pip install palettable
pip install mpmath
pip install mathics_scanner
pip install -e .
- name: Install Mathics
run: |
python setup.py install
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def read(*rnames):
"requests",
"scikit-image",
"wordcloud", # Used in builtin/image.py by WordCloud()
"PyYAML", # Used in mathics.core.characters
]


Expand Down