Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
r-akemii committed Oct 9, 2024
1 parent 45b0a0f commit f253dea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qaequilibrae/aequilibrae_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aequilibrae==1.0.1
aequilibrae
2 changes: 1 addition & 1 deletion qaequilibrae/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def fourth_message(self):
@property
def messsage_five(self):
a = self.tr("QAequilibraE requires Python 3.12.")
b = self.tr("Please install QGIS version 3.34.6+, 3.36.2+ or 3.38.0+ to make it work.")
b = self.tr("Please install QGIS version 3.34.10+ or 3.38.2+ to make it work.")
return f"{a}\r\n{b}"

def tr(self, text):
Expand Down
2 changes: 1 addition & 1 deletion qaequilibrae/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
name=qaequilibrae
qgisMinimumVersion=3.34.6
qgisMinimumVersion=3.34.10
qgisMaximumVersion=3.99
description=Transportation modeling toolbox for QGIS
about=QAequilibraE is the GUI for AequilibraE, a transportation modeling package designed to be an open-source alternative to traditional commercial packages. It is a comprehensive set of tools for modeling and visualization, including incredibly fast equilibrium traffic assignment, synthetic gravity models, network editing, and GTFS importer. http://www.aequilibrae.com/.
Expand Down
1 change: 0 additions & 1 deletion qaequilibrae/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pyarrow==15.0.2
ortools
absl-py
immutabledict
Expand Down

0 comments on commit f253dea

Please sign in to comment.