~obeancomputer/pyquad

dd2ce47fd17a5c06507336520463fdf89e543d97 — ocsmit 1 year, 10 months ago 8a845e8
Add conda envrc, script for poetry->conda
3 files changed, 27 insertions(+), 0 deletions(-)

A environment.yml
M pyproject.toml
A utils/convert-to-conda.sh
A environment.yml => environment.yml +20 -0
@@ 0,0 1,20 @@
###############################################################################
# NOTE: This file has been auto-generated by poetry2conda
#       poetry2conda version = 0.3.0
#       date: Fri Dec  2 13:08:14 2022
###############################################################################
# If you want to change the contents of this file, you should probably change
# the pyproject.toml file and then use poetry2conda again to update this file.
# Alternatively, stop using (ana)conda.
###############################################################################
name: pyquad
dependencies:
  - python>=3.10,<4.0
  - numpy>=1.23.4,<2.0.0
  - scipy>=1.9.3,<2.0.0
  - rasterio>=1.3.3,<2.0.0
  - gdal==3.5.2
  - matplotlib>=3.6.2,<4.0.0
  - numba>=0.56.4,<0.57.0
  - jupyterlab>=3.5.0,<4.0.0
  - rich>=12.6.0,<13.0.0

M pyproject.toml => pyproject.toml +4 -0
@@ 36,6 36,8 @@ live_mode = false
strict = true
dmypy = true

[tool.poetry2conda]
name = "pyquad"

# Missing stub file overrides
[[tool.mypy.overrides]]


@@ 50,3 52,5 @@ ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "rasterio.*"
ignore_missing_imports = true



A utils/convert-to-conda.sh => utils/convert-to-conda.sh +3 -0
@@ 0,0 1,3 @@
#!/bin/bash

poetry2conda ../pyproject.toml ../environment.yml