Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
arosics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Scheffler
arosics
Commits
a0c989fb
Commit
a0c989fb
authored
2 years ago
by
Daniel Scheffler
Browse files
Options
Downloads
Patches
Plain Diff
Removed dill from requirements.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
95ff1207
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#61555
passed
1 year ago
Stage: test
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
HISTORY.rst
+6
-0
6 additions, 0 deletions
HISTORY.rst
requirements.txt
+0
-1
0 additions, 1 deletion
requirements.txt
setup.py
+1
-2
1 addition, 2 deletions
setup.py
tests/CI_docker/context/environment_arosics.yml
+0
-1
0 additions, 1 deletion
tests/CI_docker/context/environment_arosics.yml
with
7 additions
and
4 deletions
HISTORY.rst
+
6
−
0
View file @
a0c989fb
...
...
@@ -2,6 +2,12 @@
History
=======
1.9.1 (coming soon)
-------------------
* Removed dill from requirements.
1.9.0 (2023-05-04)
------------------
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
0
−
1
View file @
a0c989fb
cartopy
cmocean
dill
gdal
geoarray
>=0.15.0
geojson
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
2
View file @
a0c989fb
...
...
@@ -42,11 +42,10 @@ with open("arosics/version.py") as version_file:
req
=
[
'
cartopy
'
,
'
cmocean
'
,
'
dill
'
,
'
folium>=0.6.0,!=0.12.0
'
,
'
gdal
'
,
'
geojson
'
,
'
geoarray>=0.15.0
'
,
'
geojson
'
,
'
geopandas
'
,
'
matplotlib
'
,
'
numpy
'
,
...
...
This diff is collapsed.
Click to expand it.
tests/CI_docker/context/environment_arosics.yml
+
0
−
1
View file @
a0c989fb
...
...
@@ -27,7 +27,6 @@ dependencies:
-
shapely
-
pip
:
-
dill
-
folium>=0.6.0,!=0.12.0
-
geojson
-
packaging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment