新增conda虚拟环境文件

Signed-off-by: pyminer <aboutlong@qq.com>
This commit is contained in:
pyminer 2023-09-10 10:01:40 +08:00
parent b354d25490
commit a2380091b6
2 changed files with 143 additions and 0 deletions

View File

@ -108,6 +108,7 @@ pyminer希望成为一个伟大的开源项目也希望得到大家的认可
- 当使用Python3.8.x时建议x>=5,也就是使用Python3.8.5及以上版本否则安装PySide2可能遇到问题
- 3.5.x/3.6.x/3.7.x/3.9.x下由于开发人员不足未进行充分测试。为稳定起见建议解释器版本x>=5。
2. 建议新建全新的虚拟环境尤其是当旧的虚拟环境中存在其他依赖于PyQt/PySide2的程序时。pyminer与这些程序可能发生依赖冲突。
在requirements 文件夹内已经放置了从conda中导出的虚拟环境文件使用 `conda env create -f pyminer.yaml` 可以导入该虚拟环境进行后续开发
#### Windows安装 pyminer

142
requirements/pyminer.yaml Normal file
View File

@ -0,0 +1,142 @@
name: pyminer
channels:
- defaults
dependencies:
- brotlipy=0.7.0=py38h2bbff1b_1003
- ca-certificates=2020.10.14=0
- certifi=2020.6.20=pyhd3eb1b0_3
- cffi=1.14.3=py38hcd4344a_2
- chardet=3.0.4=py38haa95532_1003
- conda-package-handling=1.7.2=py38h76e460a_0
- console_shortcut=0.1.1=4
- cryptography=3.2.1=py38hcd4344a_1
- idna=2.10=py_0
- menuinst=1.4.16=py38he774522_1
- openssl=1.1.1h=he774522_0
- pip=20.2.4=py38haa95532_0
- powershell_shortcut=0.0.1=3
- pycosat=0.6.3=py38h2bbff1b_0
- pycparser=2.20=py_2
- pyopenssl=19.1.0=pyhd3eb1b0_1
- pysocks=1.7.1=py38haa95532_0
- python=3.8.5=h5fd99cc_1
- requests=2.24.0=py_0
- ruamel_yaml=0.15.87=py38he774522_1
- setuptools=50.3.1=py38haa95532_1
- six=1.15.0=py38haa95532_0
- sqlite=3.33.0=h2a8f88b_0
- tqdm=4.51.0=pyhd3eb1b0_0
- urllib3=1.25.11=py_0
- vc=14.1=h0510ff6_4
- vs2015_runtime=14.16.27012=hf0eaf9b_3
- wheel=0.35.1=pyhd3eb1b0_0
- win_inet_pton=1.1.0=py38haa95532_0
- wincertstore=0.2=py38_0
- yaml=0.2.5=he774522_0
- zlib=1.2.11=h62dcd97_4
- pip:
- argon2-cffi==20.1.0
- async-generator==1.10
- attrs==20.3.0
- backcall==0.2.0
- bcrypt==3.2.0
- bleach==3.3.0
- click==7.1.2
- cloudpickle==1.6.0
- colorama==0.4.4
- configparser==5.0.2
- cx-oracle==8.1.0
- cycler==0.10.0
- decorator==4.4.2
- defusedxml==0.7.1
- entrypoints==0.3
- et-xmlfile==1.0.1
- flake8==3.9.1
- flask==1.1.2
- flask-cors==3.0.10
- fsspec==2021.4.0
- ghp-import==1.1.0
- greenlet==1.0.0
- helpdev==0.7.1
- ipykernel==5.5.3
- ipyparams==0.2.1
- ipython==7.22.0
- ipython-genutils==0.2.0
- itsdangerous==1.1.0
- jdcal==1.4.1
- jedi==0.17.2
- jinja2==2.11.3
- joblib==1.0.1
- json-rpc==1.13.0
- jsonschema==3.2.0
- jupyter-client==6.2.0
- jupyter-core==4.7.1
- jupyterlab-pygments==0.1.2
- kiwisolver==1.3.1
- lxml==4.6.3
- markdown==3.3.4
- markupsafe==1.1.1
- matgen==0.1.1
- matplotlib==3.4.1
- mccabe==0.6.1
- mistune==0.8.4
- mpmath==1.2.1
- nbclient==0.5.3
- nbconvert==6.0.7
- nbformat==5.1.3
- nest-asyncio==1.5.1
- networkx==2.5.1
- notebook==6.3.0
- numpy==1.19.3
- openpyxl==3.0.7
- packaging==20.9
- pandas==1.2.4
- pandocfilters==1.4.3
- paramiko==2.7.2
- parso==0.7.1
- pathspec==0.8.1
- pickleshare==0.7.5
- pillow==8.2.0
- prometheus-client==0.10.1
- prompt-toolkit==3.0.18
- psycopg2==2.8.6
- pycodestyle==2.7.0
- pyflakes==2.3.1
- pygments==2.8.1
- pyminer-comm==0.7.1
- pymysql==1.0.2
- pynacl==1.4.0
- pyparsing==2.4.7
- pyqtgraph==0.12.1
- pyreadstat==1.1.0
- pyrsistent==0.17.3
- pyside2==5.15.2
- python-dateutil==2.8.1
- python-docs-theme==2020.12
- pytz==2021.1
- pywin32==300
- pywinpty==0.5.7
- pyzmq==22.0.3
- qdarkstyle==3.0.2
- qtconsole==5.0.3
- qtpy==1.9.0
- scikit-learn==0.24.1
- scipy==1.6.2
- send2trash==1.5.0
- shiboken2==5.15.2
- sliceable-generator==0.1.2
- sqlalchemy==1.4.9
- sshtunnel==0.4.0
- sympy==1.8
- terminado==0.9.4
- testpath==0.4.4
- threadpoolctl==2.1.0
- tornado==6.1
- traitlets==5.0.5
- waitress==2.0.0
- watchdog==2.0.2
- wcwidth==0.2.5
- webencodings==0.5.1
- werkzeug==1.0.1
- xlrd==2.0.1
- yapf==0.31.0