Commit dedfcae4 authored by Bilheux, Jean-Christophe's avatar Bilheux, Jean-Christophe
Browse files

removed useless files. this refs #294

parent bab54475
Loading
Loading
Loading
Loading

environment.yml

deleted100644 → 0
+0 −46
Original line number Diff line number Diff line
name: imars3d_jean
channels:
  - conda-forge
dependencies:
  # -- Runtime
  # base
  - python
  - versioningit
  - toml
  # compute
  - astropy
  - tomopy
  - algotom
  # plot
  - holoviews
  - bokeh
  - datashader
  - hvplot
  # GUI
  - panel<1.3
  - param<2
  - pyvista
  # IO
  - dxchange
  - jsonschema
  # -- Development
  # utils
  - pre-commit
  # packaging
  - anaconda-client
  - boa
  - conda-build < 4
  - conda-verify
  - python-build
  # doc
  - pydocstyle
  - sphinx
  - sphinx_rtd_theme
  # test
  - pytest
  - pytest-cov
  # pip
  - pip:
    - check-wheel-contents
    - pytest-playwright
    - bm3d-streak-removal

setup.py

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
from setuptools import setup

if __name__ == "__main__":
    setup()