Skip to content

Commit

Permalink
Merge pull request #37 from apulverizer/develop
Browse files Browse the repository at this point in the history
v0.3.0
  • Loading branch information
apulverizer committed Dec 27, 2021
2 parents d6bd8a7 + 3117542 commit 5656c28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/allagash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .problem import Problem, UnboundedException, UndefinedException, InfeasibleException, NotSolvedException
from .coverage import Coverage

__version__ = "0.2.3"
__version__ = "0.3.0"
6 changes: 5 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ def find_version(*file_paths):
url='https://github.com/apulverizer/allagash',
packages=['allagash'],
license='MIT',
python_requires='>=3.6',
install_requires=[
'geopandas>=0.4.1',
'pandas>=0.23.0',
'pulp>=1.6.1'
],
extras_require={
"arcgis": ["arcgis>=1.8.2"],
"geopandas": ["geopandas>=0.4.1"]
},
classifiers=[
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3'
Expand Down

0 comments on commit 5656c28

Please sign in to comment.