Skip to content

Commit

Permalink
Update installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstruck committed Mar 20, 2024
1 parent c98f9c1 commit 24164b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
5 changes: 1 addition & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ channels:
- conda-forge
dependencies:
- python==3.11.*
- matplotlib
- scipy
- numpy
- python-irodsclient=1.1.6
- appdirs=1.4.4
- pytest
Expand All @@ -16,5 +13,5 @@ dependencies:
- dadi-cli
- pip:
- .
- tensorflow==2.12.*
- tensorflow==2.13.*
- keras-tuner==1.4.6
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ dependencies = [
"dadi",
"python-irodsclient == 1.1.6",
"appdirs == 1.4.4",
"matplotlib",
"numpy",
"scipy",
"nlopt",
"keras-tuner==1.4.6",
"tensorflow==2.13.*",
]

[project.scripts]
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@

install_requires=[
"dadi",
"matplotlib",
"numpy",
"scipy",
"nlopt",
"python-irodsclient == 1.1.6",
"appdirs == 1.4.4",
"keras-tuner==1.4.6",
"tensorflow==2.13.*",
],
entry_points={"console_scripts": ["donni=donni.__main__:main"]},
)

0 comments on commit 24164b1

Please sign in to comment.