Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jialuechen committed Aug 4, 2024
1 parent 016e121 commit 5a185ba
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align=center>

# QuanTorch : High-Performance PyTorch Library for Derivatives Pricing
# QuanTorch : High-Performance Torch Library for Derivatives Pricing

[![Build Status](https://img.shields.io/github/actions/workflow/status/jialuechen/quantorch/python-package.yml)](https://github.com/jialuechen/quantorch/actions)
[![PyPI version](https://img.shields.io/pypi/v/quantorch)](https://pypi.org/project/quantorch/)
Expand Down
23 changes: 23 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package:
name:quantorch
version:1.0.0

source:
path: .

build:
number:0
script:python setup.py install --single-version-externally-managed --record=record.txt

requirements:
build:
- python
- setuptools

test:
imports:
- quantorch

about:
home:
license: Apache License 2.0
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
torch
numpy
scipy
pennylane
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
url="https://github.com/jialuechen/quantorch",
packages=find_packages(),
install_requires=[
"torch>=1.7.1",
"numpy>=1.19.2",
"scipy>=1.5.2"
"torch",
"numpy",
"scipy"
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 5a185ba

Please sign in to comment.