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 7146ba2 commit ae157beCopy full SHA for ae157be
freeze_appveyor/Readme.md
@@ -3,13 +3,13 @@ freeze_appveyor
3
4
files that are used by ../appveyor.yaml.
5
6
-- `install.ps1` : install Miniconda
+- `install.ps1` : install Miniconda
7
powershell script that donwloads and installs stuff
8
9
-- `pinned` : pin packages in Anaconda
+- `pinned` : pin packages in Anaconda
10
For example, NumPy is pinned to something <1.9.0, because
11
WxPython will not work with numpy>1.9.0 due to this bug:
12
http://trac.wxwidgets.org/ticket/16590
13
14
-- `run_with_compiler.cmd` : powershell tools
15
- Something required for running stuff on i386 and x64
+- `run_with_compiler.cmd` : powershell tools
+ Something required for running stuff on i386 and x64
0 commit comments