Skip to content

Commit

Permalink
Loosen requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonjj committed Nov 9, 2024
1 parent 3324259 commit 106703c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ channels:
dependencies:
- python=3.8
- pip~=24.0.0
- setuptools~=45.0.0
- ipython
- numpy~=1.21
- numpy~=1.22
- scipy
- astropy
- pandas
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools~=45.0.0",
"setuptools>=65",
"setuptools_scm>=8",
"wheel",
]
Expand All @@ -17,14 +17,14 @@ authors = [
{name = "Jason Watson", email = "[email protected]"},
]
dependencies = [
"astropy>=3,<5",
"astropy",
"scipy~=1.2",
"numpy~=1.22.4",
"numpy~=1.22",
"pandas>=0.24.0",
"tables~=3.6.1",
"tables~=3.6",
"matplotlib~=3.0",
"tqdm>=4.32",
"numba~=0.56.0",
"numba~=0.56",
"llvmlite~=0.38",
"h5py",
"PyYAML",
Expand Down

0 comments on commit 106703c

Please sign in to comment.