Skip to content

Commit

Permalink
updated version requirements in setup.py and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgd10 committed Jan 16, 2025
1 parent 4bf3417 commit 0efea5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PySALESetup/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2dev'
__version__ = '0.0.3dev'
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='PySALESetup',
python_requires='>3.6, <3.10',
python_requires='>3.9, <3.12',
version=version['__version__'],
packages=['PySALESetup'],
url='https://github.com/jgd10/PySALESetup',
Expand All @@ -32,9 +32,9 @@
['input_templates/*']
},
install_requires=[
'matplotlib~=3.4.3',
'numpy~=1.21.2',
'Shapely~=1.7.0',
'scipy~=1.2.1'
'matplotlib>=3.4.3',
'numpy>=1.21.2',
'Shapely>=2.0.0',
'scipy>=1.2.1'
]
)

0 comments on commit 0efea5c

Please sign in to comment.