We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494565a commit 4cd4a2eCopy full SHA for 4cd4a2e
2 files changed
.github/workflows/windows.yml
@@ -25,17 +25,7 @@ jobs:
25
python -m pip install wheel
26
choco install llvm
27
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
+ pip install -e .
39
- name: Install Mathics
40
run: |
41
python setup.py install
setup.py
@@ -91,7 +91,6 @@ def read(*rnames):
91
"requests",
92
"scikit-image",
93
"wordcloud", # Used in builtin/image.py by WordCloud()
94
- "PyYAML", # Used in mathics.core.characters
95
]
96
97
0 commit comments