Skip to content

Commit

Permalink
Remove future from dependencies - we only use __future__ (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 8, 2023
1 parent 04d99c4 commit 615609f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
dependencies:
- nbsphinx
- dill
- future
- gitpython
- h5io
- h5py
Expand Down
1 change: 0 additions & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
- coverage
- codacy-coverage
- dill =0.3.6
- future =0.18.3
- gitpython =3.1.31
- h5io =0.1.7
- h5py =3.8.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'dill==0.3.6',
'future==0.18.3',
'gitpython==3.1.31',
'h5io==0.1.7',
'h5py==3.8.0',
Expand Down

0 comments on commit 615609f

Please sign in to comment.