Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jgrss/setup #44

Merged
merged 1 commit into from
Feb 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ package_dir=
packages=find:
include_package_data = True
setup_requires =
cython>=0.29.0
Cython>=0.29.0
python_requires =
>=3.8.0,<4.0.0
install_requires =
attrs>=21.0
frozendict>=2.2.0
frozenlist>=1.3.0
numpy>=1.22.0
scipy>=1.5.0
pandas>=1.*,<=1.3.5
pandas>=1.0.0,<=1.3.5
geopandas>=0.10.0
rasterio
shapely>=1.8.0
Expand All @@ -40,18 +42,18 @@ install_requires =
decorator==4.4.2
rtree>=0.9.7
graphviz>=0.19.0
tqdm>=4.62.*
tqdm>=4.62.0
pyDeprecate==0.3.1
future>=0.17.1
tensorboard>=2.2.0
PyYAML>=5.1
pytorch_lightning>=1.7.6
torchmetrics>=0.10.0,<0.11.0
ray>=2.0.0
geowombat@git+https://github.com/jgrss/geowombat.git@v2.0.19
geowombat@git+https://github.com/jgrss/geowombat.git@v2.1.1
Comment on lines -51 to +53
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating the setup config in this new version for geowombat 👍

tsaug@git+https://github.com/jgrss/tsaug.git
geosample@git+https://github.com/jgrss/geosample.git
setuptools>=65.5.1;python_version>='3.8.12'
setuptools>=65.5.1

[options.extras_require]
docs = numpydoc
Expand Down