File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ##############################################################################
2
+ # NOTE: This file has been auto-generated by poetry2conda
3
+ # poetry2conda version = 0.3.0
4
+ # date: Fri Dec 2 13:08:14 2022
5
+ # ##############################################################################
6
+ # If you want to change the contents of this file, you should probably change
7
+ # the pyproject.toml file and then use poetry2conda again to update this file.
8
+ # Alternatively, stop using (ana)conda.
9
+ # ##############################################################################
10
+ name : pyquad
11
+ dependencies :
12
+ - python>=3.10,<4.0
13
+ - numpy>=1.23.4,<2.0.0
14
+ - scipy>=1.9.3,<2.0.0
15
+ - rasterio>=1.3.3,<2.0.0
16
+ - gdal==3.5.2
17
+ - matplotlib>=3.6.2,<4.0.0
18
+ - numba>=0.56.4,<0.57.0
19
+ - jupyterlab>=3.5.0,<4.0.0
20
+ - rich>=12.6.0,<13.0.0
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ live_mode = false
36
36
strict = true
37
37
dmypy = true
38
38
39
+ [tool .poetry2conda ]
40
+ name = " pyquad"
39
41
40
42
# Missing stub file overrides
41
43
[[tool .mypy .overrides ]]
@@ -50,3 +52,5 @@ ignore_missing_imports = true
50
52
[[tool .mypy .overrides ]]
51
53
module = " rasterio.*"
52
54
ignore_missing_imports = true
55
+
56
+
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ poetry2conda ../pyproject.toml ../environment.yml
You can’t perform that action at this time.
0 commit comments