Skip to content

Commit

Permalink
updating requirements (#53)
Browse files Browse the repository at this point in the history
Updating to reflect new naming of ResearchTools -> RamanujanTools
  • Loading branch information
krachwal authored Jun 5, 2024
2 parents 933b8eb + 8c434c3 commit c15618d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python-backend/call_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sympy.core.numbers
from constants import EXTERNAL_PROCESS_TIMEOUT
import lirec_pb2_grpc
from ramanujan.pcf import PCF
from ramanujantools.pcf import PCF

logger = logging.getLogger('rm_web_app')

Expand Down
2 changes: 1 addition & 1 deletion python-backend/graph_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import mpmath
import sympy
from fastapi import WebSocket
from ramanujan import pcf as pcf_module
from ramanujantools import pcf as pcf_module

GRAPHABLE_TYPES = (int, float, sympy.core.numbers.Integer, sympy.core.numbers.Float)

Expand Down
2 changes: 1 addition & 1 deletion python-backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from fastapi.responses import JSONResponse, FileResponse, RedirectResponse
from fastapi.security import HTTPBasic, HTTPBasicCredentials
from fastapi.staticfiles import StaticFiles
from ramanujan import pcf
from ramanujantools import pcf
from sympy import sympify
from sympy.core.numbers import Infinity

Expand Down
2 changes: 1 addition & 1 deletion python-backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ requests>=2.31.0
sympy>=1.12
uvicorn>=0.29.0
websockets>=12.0
ramanujan@git+https://github.com/RamanujanMachine/ResearchTools.git@master
ramanujantools@git+https://github.com/RamanujanMachine/RamanujanTools.git@master

0 comments on commit c15618d

Please sign in to comment.