Skip to content

Commit

Permalink
update required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Oct 27, 2023
1 parent 843d035 commit aebbeb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pandas>=1.4.4
pandas>=2.1.0
geopandas>=0.6.0
shapely>=1.8.0
xopen>=1.7.0
protobuf>=3.10.0
protobuf<=3.19.0
optuna>=2.7.0
protobuf>=3.20.0
optuna>=3.3.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
packages=["matsim"] + ["matsim." + x for x in find_packages(where="matsim")],
install_requires=[
"protobuf >= 3.20.0",
"xopen",
"pandas",
"xopen >= 1.7.0",
"pandas >= 2.1.0",
],
extras_require={
'calibration': ["optuna >= 2.7.0", "shapely", "geopandas >= 0.6.0"],
'calibration': ["optuna >= 3.3.0", "shapely >= 1.8.0", "geopandas >= 0.6.0"],
# m2cgen has problems with newer xgb, see this issue
# https://github.com/BayesWitnesses/m2cgen/issues/581
'scenariogen': ["sumolib", "traci", "lxml", "optax", "requests", "tqdm", "scikit-learn", "xgboost==1.7.1", "lightgbm",
Expand Down

0 comments on commit aebbeb4

Please sign in to comment.