Skip to content

Commit

Permalink
clean up auxilary files
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed Nov 8, 2022
1 parent a9ce8ca commit f68e33c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 40 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools <= 60", "future", "Cython", "wheel", "numpy", "gitpython", "dill"]
requires = ["setuptools <= 60", "Cython", "wheel", "numpy", "gitpython", "dill"]
build-backend = "setuptools.build_meta"


Expand Down
55 changes: 18 additions & 37 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,22 @@

# Requirements to install anuga in read the docs

# setuptools
# wheel
# pytest
# numpy
# scipy
# netcdf4
# matplotlib
# dill
# cython
# future
# Pmw
# meshpy
# pymetis
# gitpython
# pytz
# utm
# nbsphinx

cython >= 0.29
cython
pybind11
dill >= 0.3
future >= 0.18
gitpython >= 3.1
matplotlib >= 3.5
meshpy >= 2020.1
nbsphinx >= 0.8
netcdf4 >= 1.5
numpy >= 1.21
Pmw >= 2.0.1
pymetis >= 2020.1
pytest >= 7.1.2
pytz >= 2022.1
scipy >= 1.7
setuptools >= 62.3
sphinx >= 5.0.1
utm >= 0.7.0
wheel >= 0.37
dill
future
gitpython
matplotlib
meshpy
nbsphinx
netcdf4
numpy
Pmw
pymetis
pytest
pytz
scipy
setuptools
sphinx
utm
wheel

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def setup_package():
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
cmdclass={'clean': CleanCommand},
**extra_setuptools_args)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#------------------------------------------------------------------------------
import anuga
from anuga import Domain as Domain
from numpy import zeros, float
from numpy import zeros
from anuga import myid, finalize, distribute


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from anuga import myid, finalize, distribute

from math import cos
from numpy import zeros, float
from numpy import zeros
from time import localtime, strftime, gmtime


Expand Down

0 comments on commit f68e33c

Please sign in to comment.