Quansight-Labs / beni

Generate conda environment.yml from PEP 621 and/or flit config.
MIT License
10 stars 1 forks source link

Initial work #2

Closed saulshanabrook closed 4 years ago

saulshanabrook commented 4 years ago

This seems to work on metadsl:

$ beni ../metadsl/*toml
Parsing configs: 100%|██████████████████████████████████████████████████████████████████████████████████████████| 5/5 [00:00<00:00, 1341.15it/s]
Checking packages: 100%|████████████████████████████████████████████████████████████████████████████████████████| 27/27 [00:12<00:00,  2.16it/s]
channels:
- conda-forge
dependencies:
- pip:
  - flit
- numpy
- sphinx-autodoc-typehints
- mypy
- typing_extensions
- jsonschema
- pudb
- nbsphinx
- pytest
- nbconvert
- pytest-mypy
- jupyterlab>=1.0.0
- IPython
- sphinx-autobuild
- black
- python>=3.7
- sphinx
- ipykernel
- pytest-cov
- pytest-testmon
- pytest-xdist
- recommonmark
- typing_inspect
- python-igraph==0.8.0
- sphinx_rtd_theme
- llvmlite
- pip
name: metadsl_core