Skip to content

Commit 07775c6

Browse files
Merge pull request #379 from johntruckenbrodt/bugfix/spatialist_datetime
require spatialist>=0.16.2
2 parents a9a8e83 + ad1ea37 commit 07775c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2025, the pyroSAR Developers.
1+
# Copyright (c) 2014-2026, the pyroSAR Developers.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
44
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ dependencies:
1616
- pyyaml
1717
- requests
1818
- shapely
19-
- spatialist>=0.16.1
19+
- spatialist>=0.16.2
2020
- sqlalchemy>=1.4,<2.0
2121
- sqlalchemy-utils>=0.37,<0.42

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ psycopg2
88
pyyaml
99
requests
1010
shapely
11-
spatialist>=0.16.1
11+
spatialist>=0.16.2
1212
sqlalchemy-utils>=0.37,<0.42
1313
sqlalchemy>=1.4,<2.0

0 commit comments

Comments
 (0)