Skip to content

Commit

Permalink
Merge pull request #176 from smash-transport/roch/fix_action_PyPI
Browse files Browse the repository at this point in the history
Add next version of PyPI GH action
  • Loading branch information
Hendrik1704 authored Dec 19, 2023
2 parents 598c28a + 39d17fc commit 5ad42e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PyPI_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install setuptools wheel twine
- name: Build and publish
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
packages=find_packages(where='src/sparkx'),
package_dir={'': 'sparkx'},
install_requires=[
"particle==0.23.0"
"numpy>=1.23.5"
"scipy>=1.10.1"
"abc-property==1.0"
"fastjet==3.4.1.3"
"matplotlib>=3.7.1"
"particle==0.23.0",
"numpy>=1.23.5",
"scipy>=1.10.1",
"abc-property==1.0",
"fastjet==3.4.1.3",
"matplotlib>=3.7.1",
],
version='1.1.0',
description='Software Package for Analyzing Relativistic Kinematics in Collision eXperiments',
Expand Down

0 comments on commit 5ad42e9

Please sign in to comment.