Skip to content

Commit d0e9f2c

Browse files
Merge pull request #83 from thomaswmorris/pypi
Change name on PyPI (and upgrade numpy)
2 parents cbd87a8 + e37d82b commit d0e9f2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ blop
66
:target: https://github.com/NSLS-II/blop/actions/workflows/testing.yml
77

88

9-
.. image:: https://img.shields.io/pypi/v/bloptools.svg
10-
:target: https://pypi.python.org/pypi/bloptools
9+
.. image:: https://img.shields.io/pypi/v/blop.svg
10+
:target: https://pypi.python.org/pypi/blop
1111

12-
.. image:: https://img.shields.io/conda/vn/conda-forge/bloptools.svg
13-
:target: https://anaconda.org/conda-forge/bloptools
12+
.. image:: https://img.shields.io/conda/vn/conda-forge/blop.svg
13+
:target: https://anaconda.org/conda-forge/blop
1414

1515
Beamline Optimization Tools
1616

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs", "setuptools_scm"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "bloptools"
6+
name = "blop"
77
description = "Beamline optimization with machine learning"
88
readme = { file = "README.rst", content-type = "text/x-rst" }
99
authors = [
@@ -22,7 +22,7 @@ dependencies = [
2222
"gpytorch",
2323
"h5py",
2424
"matplotlib",
25-
"numpy<2",
25+
"numpy",
2626
"ophyd",
2727
"ortools",
2828
"scipy",

0 commit comments

Comments
 (0)