-
Tested with conda 4.13.0
Tested by using `conda search [package_name]` in a new conda environment
**Available**
bison
flex
gettext
**Not available**
libbz2-dev
libcairo2-dev
libzstd-dev…
-
I am having problems trying to get pymt to run in Python version > 3.9 (on Linux).
I installed the pymt stable release via `conda install` in a Python 3.12 environment. Importing the module does n…
-
OpenTopography has a ceiling on the size of a data request--see #15 for an example. The Topography data component should warn a user when an instance is created that would request an area exceeding th…
-
On line 84, the "if exist" statement has an " & 1==3", which is always false.
Is there a reason why we still have the loading "turned off", or can we enable loading?
-
Should we expand the set of requirements files for this repository? I'm thinking about four separate files.
**requirements.txt** -- packages needed to install with `pip install -e .`
- numpy
- sc…
-
-
`cfe_py` is not entirely convertible with the current version of bmi_py. Therefore, it returns an error when this model is plugged into Ngen.
I have debugged as much as possible, but I might have …
-
The *Landlab* repository has grown in size over the years and now a full clone of the repository of over a 1GB. I would like to reduce that to a more manageable size. To do this, I think we can remove…
-
How do we get Landlab to work on beach, either a release or dev version?
I tried cloning to my local user space, but when I run python setup.py develop, I get the following error:
beach:~/Dev/la…
-
It looks like since #1956 was merged, landlab supports numpy v2. A change was introduced in https://github.com/landlab/landlab/commit/efcfe47bc5fd68d006d124778b1979ee4bdae831 which calls `np.set_print…