Skip to content

Commit

Permalink
Merge pull request #3 from j3r3m1/main
Browse files Browse the repository at this point in the history
Modify gitignore and add umep req version number
  • Loading branch information
j3r3m1 authored Apr 5, 2023
2 parents 022ca36 + 82b1341 commit 29ccc30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
.LSOverride

# Icon must end with two \r
Icon
Icon


# Thumbnails
._*
Expand Down
7 changes: 4 additions & 3 deletions umep-reqs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ def get_version():
packages=find_packages(),
install_requires=[
"supy==2022.9.22", # Replace with actual dependency and version number.
"numba",
"jaydebeapi",
"netCDF4", # "dependency2==y.y.y"
"numba==0.56.4",
"jaydebeapi==1.2.3",
"netCDF4==1.6.1", # "dependency2==y.y.y"
],
author="UMEP dev team",
long_description=long_description,
long_description_content_type="text/markdown",

)

0 comments on commit 29ccc30

Please sign in to comment.