flatsurf / sage-flatsurf

Flat surfaces in Sage
https://flatsurf.github.io/sage-flatsurf/
GNU General Public License v2.0
10 stars 10 forks source link

Create environment file that contains the entire flatsurf stack #161

Closed saraedum closed 1 year ago

saraedum commented 2 years ago

and update our installation instructions (and also explain how to reinstall everything safely.)

name: flatsurf
channels:
  - conda-forge
  - defaults
dependencies:
  - gap-defaults
  - ipywidgets
  - matplotlib-base
  - pip
  - pytest
  - pytest-xdist
  - sagelib>=8.8
  # sagelib<9.2 does not explicitly install libiconv which is needed in lots of places.
  - libiconv
  - scipy
  - surface-dynamics>=0.4.7,<0.5
  - pyeantic>=1,<2
  - pyexactreal>=2,<3
  - pyflatsurf>=3.10.1,<4  #112 
  - ruamel.yaml
  - sage-flatsurf >=0.4.4,<0.5
  - pip:
    - ipyvue-async >=0.1.0,<0.2
    - ipyvue >=1.5.0,<2
    - jupyter_ui_poll >=0.2.1,<0.3
    - flipper
    - ipyvue-flatsurf
saraedum commented 2 years ago

ipyvue-flatsurf is missing from this list.

saraedum commented 1 year ago

The installation instructions now explain this.