Skip to content

Commit 752a23e

Browse files
authored
(fix) Remove and update deprecated comments. (#21)
(fix) Remove and update deprecated comments about EcoInvent being mandatory and about the supported Brightway version. (#21)
1 parent bb6a402 commit 752a23e

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

docs/about/faq.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Appa Build currently works with Brightway 2.4.7 and lca_algebraic 1.0.0.
1010
This includes working with Python above version 3.10.
1111
This limits EcoInvent version support to version 3.9.1.
1212

13-
It is not trivial to solve these version requirements limits, as there seem to be some problems with backward compatibility.
13+
Latest version of Brightway, which supports all versions of EcoInvent, is currently integrated in the dev branch, and will be integrated into a new release after thoroughly tests.
1414

1515
### Background databases
1616
At the moment only the EcoInvent background database is supported, as we haven't been able to access and test other databases supported by Brightway.
17+
Data from other databases can nonetheless be imported at the impact level.
1718

1819
### Methods
1920
Appa Run uses *Enum* to associate Brightway method names with comprehensive strings.

docs/basics/getting_started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Getting started
22

3-
:::{warning}
4-
At the moment, EcoInvent is required to run Appa Build, even if you don't use it in your project. This will be fixed in February.
5-
:::
6-
73
## Installation
84
Appa Build and Appa Run are available on PyPI.
95
Appa Build requires at least Python 3.10, while Appa Run requires at least Python 3.9.

0 commit comments

Comments
 (0)