Skip to content

Commit

Permalink
Restore to a working state (except for macos arm)
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonjj committed Nov 9, 2024
1 parent 106703c commit e815d5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
11 changes: 0 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,4 @@ dependencies:
- python=3.8
- pip~=24.0.0
- ipython
- numpy~=1.22
- scipy
- astropy
- pandas
- numba
- matplotlib
- iminuit
- h5py
- PyYAML
- requests
- tqdm
- pytest
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ authors = [
{name = "Jason Watson", email = "jason.watson@desy.de"},
]
dependencies = [
"astropy",
"astropy>=3,<5",
"scipy~=1.2",
"numpy~=1.22",
"numpy~=1.22.4",
"pandas>=0.24.0",
"tables~=3.6",
"tables~=3.6.1",
"matplotlib~=3.0",
"tqdm>=4.32",
"numba~=0.56",
"numba~=0.56.0",
"llvmlite~=0.38",
"h5py",
"PyYAML",
Expand Down

0 comments on commit e815d5a

Please sign in to comment.