File: 312-dev.yaml

package info (click to toggle)
spaghetti 1.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,412 kB
  • sloc: python: 2,301; makefile: 40
file content (28 lines) | stat: -rw-r--r-- 708 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: test
channels:
  - conda-forge
dependencies:
  - python=3.12
  # required
  - geos # for shapely
  - matplotlib # for esda
  - numpy
  - pip
  - rtree
  - watermark
  # testing
  - codecov
  - pytest
  - pytest-cov
  - pytest-doctestplus
  - pytest-timeout
  - pytest-xdist
  - pip:
      # dev versions of packages
      - --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple  --extra-index-url https://pypi.org/simple
      - pandas
      - scipy
      - git+https://github.com/pysal/esda.git@main
      - git+https://github.com/geopandas/geopandas.git@main
      - git+https://github.com/pysal/libpysal.git@main
      - git+https://github.com/shapely/shapely.git@main